Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_group_manager.c82 static int ParseGroupCfgItem(cJSON *root, int type, const char *itemName) in ParseGroupCfgItem() function
109 ParseGroupCfgItem(fileRoot, NODE_TYPE_JOBS, "jobs"); in InitParseGroupCfg_()
110 ParseGroupCfgItem(fileRoot, NODE_TYPE_SERVICES, "services"); in InitParseGroupCfg_()
111 ParseGroupCfgItem(fileRoot, NODE_TYPE_GROUPS, "groups"); in InitParseGroupCfg_()