Home
last modified time | relevance | path

Searched refs:Destroyer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H A Dregistry.h84 typedef void (*Destroyer)(const char *service, const char *feature, void *iproxy); typedef
104 int SAMGR_RegisterFactory(const char *service, const char *feature, Creator creator, Destroyer dest…
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c26 Destroyer destroyer;
69 int SAMGR_RegisterFactory(const char *service, const char *feature, Creator creator, Destroyer dest… in SAMGR_RegisterFactory()