Home
last modified time | relevance | path

Searched refs:iproxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c63 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument
65 free(iproxy); in DestroyClient()
H A Dpower_manage.c72 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument
76 free(iproxy); in DestroyClient()
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c206 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument
210 if (iproxy != NULL) { in DestroyClient()
211 free(iproxy); in DestroyClient()
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c109 void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument
113 free(iproxy); in DestroyClient()
172 void DestroyInnerClient(const char *service, const char *feature, void *iproxy) in DestroyInnerClient() argument
176 free(iproxy); in DestroyInnerClient()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H A Dregistry.h84 typedef void (*Destroyer)(const char *service, const char *feature, void *iproxy);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/
H A DREADME_zh.md588 void DEMO_DestroyClient(const char *service, const char *feature, void *iproxy)
590 free(iproxy);
H A DREADME.md529 void DEMO_DestroyClient(const char *service, const char *feature, void *iproxy)
531 free(iproxy);