MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetName

Method GetName

Kernel/include/objects/service.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected