Searched refs:SASTORA_Find (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.h | 82 SvcIdentity SASTORA_Find(SAStore *saStore, const char *service, const char *feature);
|
H A D | sa_store.c | 211 SvcIdentity SASTORA_Find(SAStore *saStore, const char *service, const char *feature) in SASTORA_Find() function
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 148 SvcIdentity sid = SASTORA_Find(&g_server.store, saNode->saName.service, saNode->saName.feature); in GetSystemAbilityById() 325 *identity = SASTORA_Find(&server->store, service, feature); in ProcPutFeature() 419 *identity = SASTORA_Find(&server->store, service, feature); in ProcGetFeature()
|
H A D | samgr_server.c | 218 *identity = SASTORA_Find(&server->store, service, feature); in ProcPutFeature() 304 *identity = SASTORA_Find(&server->store, service, feature); in ProcGetFeature()
|