Searched refs:CreatClient (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_screen_saver.c | 41 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 D | power_manage.c | 46 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 D | battery_framework.c | 178 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 D | perm_client.c | 84 void *CreatClient(const char *service, const char *feature, uint32 size) in CreatClient() function 118 SAMGR_RegisterFactory(PERMISSION_SERVICE, PERM_FEATURE, CreatClient, DestroyClient); in GetClientApi()
|