Home
last modified time | relevance | path

Searched refs:GetJsonObjFromFile (Results 1 - 5 of 5) sorted by relevance

/base/startup/appspawn/util/include/
H A Djson_utils.h32 cJSON *GetJsonObjFromFile(const char *jsonPath);
/base/startup/appspawn/modules/common/
H A Dappspawn_silk.c86 cJSON *root = GetJsonObjFromFile(SILK_JSON_CONFIG_PATH); in LoadSilkConfig()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp353 cJSON *json = GetJsonObjFromFile("/etc/sandbox/appdata-sandbox.json"); in HWTEST_F()
356 json = GetJsonObjFromFile(nullptr); in HWTEST_F()
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c273 cJSON *GetJsonObjFromFile(const char *jsonPath) in GetJsonObjFromFile() function
303 cJSON *root = GetJsonObjFromFile(path); in ParseJsonConfig()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp349 appInfoConfig_ = GetJsonObjFromFile(testFileName_.c_str()); in CreateMsg()

Completed in 4 milliseconds