Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h30 typedef struct FeatureNode FeatureNode; typedef
38 FeatureNode *head;
41 struct FeatureNode { struct
45 FeatureNode *next; argument
H A Dsa_store.c39 static inline FeatureNode *FindFeatureByName(FeatureNode *curNode, const char *feature) in FindFeatureByName()
63 FeatureNode *fNode = (curNode == NULL) ? NULL : curNode->info.head; in SASTORA_Save()
73 fNode = SAMGR_Malloc(sizeof(FeatureNode)); in SASTORA_Save()
221 FeatureNode *featureNode = FindFeatureByName(curNode->info.head, feature); in SASTORA_Find()
276 FeatureNode *freeNode = node->info.head; in FreeTreeNode()