Searched refs:iproxy (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_screen_saver.c | 63 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument 65 free(iproxy); in DestroyClient()
|
H A D | power_manage.c | 72 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 D | battery_framework.c | 206 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 D | perm_client.c | 109 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 D | registry.h | 84 typedef void (*Destroyer)(const char *service, const char *feature, void *iproxy);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/ |
H A D | README_zh.md | 588 void DEMO_DestroyClient(const char *service, const char *feature, void *iproxy) 590 free(iproxy);
|
H A D | README.md | 529 void DEMO_DestroyClient(const char *service, const char *feature, void *iproxy) 531 free(iproxy);
|