Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c41 static void *CreatClient(const char *service, const char *feature, uint32_t size) in CreatClient() function
79 …SAMGR_RegisterFactory(POWER_MANAGE_SERVICE, POWER_SCREEN_SAVER_FEATURE, CreatClient, DestroyClient… in GetScreenSaverProxyInterface()
H A Dpower_manage.c46 static void *CreatClient(const char *service, const char *feature, uint32_t size) in CreatClient() function
90 SAMGR_RegisterFactory(POWER_MANAGE_SERVICE, POWER_MANAGE_FEATURE, CreatClient, DestroyClient); in GetPowerManageProxyInterface()
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c178 static void *CreatClient(const char *service, const char *feature, uint32_t size) in CreatClient() function
225 SAMGR_RegisterFactory(BATTERY_SERVICE, BATTERY_INNER, CreatClient, DestroyClient); in GetBatteryInterface()
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c84 void *CreatClient(const char *service, const char *feature, uint32 size) in CreatClient() function
118 SAMGR_RegisterFactory(PERMISSION_SERVICE, PERM_FEATURE, CreatClient, DestroyClient); in GetClientApi()