Searched refs:DestroyClient (Results 1 – 4 of 4) sorted by relevance
/base/powermgr/powermgr_lite/frameworks/src/small/ |
D | power_screen_saver.c | 63 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() function 79 …AMGR_RegisterFactory(POWER_MANAGE_SERVICE, POWER_SCREEN_SAVER_FEATURE, CreatClient, DestroyClient); in GetScreenSaverProxyInterface()
|
D | power_manage.c | 72 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() function 90 SAMGR_RegisterFactory(POWER_MANAGE_SERVICE, POWER_MANAGE_FEATURE, CreatClient, DestroyClient); in GetPowerManageProxyInterface()
|
/base/powermgr/battery_lite/frameworks/native/src/small/ |
D | battery_framework.c | 206 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() function 225 SAMGR_RegisterFactory(BATTERY_SERVICE, BATTERY_INNER, CreatClient, DestroyClient); in GetBatteryInterface()
|
/base/security/permission_lite/services/pms_client/ |
D | perm_client.c | 109 void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() function 118 SAMGR_RegisterFactory(PERMISSION_SERVICE, PERM_FEATURE, CreatClient, DestroyClient); in GetClientApi()
|