Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c39 static inline FeatureNode *FindFeatureByName(FeatureNode *curNode, const char *feature) in FindFeatureByName() function
64 fNode = FindFeatureByName(fNode, feature); in SASTORA_Save()
221 FeatureNode *featureNode = FindFeatureByName(curNode->info.head, feature); in SASTORA_Find()