Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c28 static inline ListNode *FindServiceByName(ListNode *curNode, const char *service) in FindServiceByName() function
62 ListNode *curNode = FindServiceByName(saStore->root, service); in SASTORA_Save()
214 ListNode *curNode = FindServiceByName(saStore->root, service); in SASTORA_Find()