Home
last modified time | relevance | path

Searched refs:DestroyClient (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/powermgr_lite/frameworks/src/small/
Dpower_screen_saver.c63 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()
Dpower_manage.c72 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/
Dbattery_framework.c206 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/
Dperm_client.c109 void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() function
118 SAMGR_RegisterFactory(PERMISSION_SERVICE, PERM_FEATURE, CreatClient, DestroyClient); in GetClientApi()