Home
last modified time | relevance | path

Searched refs:SAMGR_CreateServiceImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice_impl.h70 ServiceImpl *SAMGR_CreateServiceImpl(Service *service, uint8 step);
H A Dservice.c25 ServiceImpl *SAMGR_CreateServiceImpl(Service *service, uint8 step) in SAMGR_CreateServiceImpl() function
H A Dsamgr_lite.c237 ServiceImpl *serviceImpl = SAMGR_CreateServiceImpl(service, samgr->status); in RegisterService()