| 48 | long ResolveInterface(FancyRefPtr<MessageInterface>& interface, const char* name); |
| 49 | |
| 50 | const char* GetName() { return name; }; |
| 51 | |
| 52 | inline static constexpr kobject_id_t TypeID() { return KOBJECT_ID_SERVICE; } |
| 53 | kobject_id_t InstanceTypeID() const { return TypeID(); } |
nothing calls this directly
no outgoing calls
no test coverage detected