Searched refs:GetJsonObjFromFile (Results 1 – 5 of 5) sorted by relevance
32 cJSON *GetJsonObjFromFile(const char *jsonPath);
86 cJSON *root = GetJsonObjFromFile(SILK_JSON_CONFIG_PATH); in LoadSilkConfig()
272 cJSON *GetJsonObjFromFile(const char *jsonPath) in GetJsonObjFromFile() function302 cJSON *root = GetJsonObjFromFile(path); in ParseJsonConfig()
358 cJSON *json = GetJsonObjFromFile("/etc/sandbox/appdata-sandbox.json");361 json = GetJsonObjFromFile(nullptr);
349 appInfoConfig_ = GetJsonObjFromFile(testFileName_.c_str()); in CreateMsg()