Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp60 cJSON *modulesJson = cJSON_GetObjectItemCaseSensitive(root, "napi"); in GetModules() local
61 if (modulesJson == nullptr) { in GetModules()
65 uint32_t moduleCount = (uint32_t)cJSON_GetArraySize(modulesJson); in GetModules()
67 const char *moduleName = cJSON_GetStringValue(cJSON_GetArrayItem(modulesJson, i)); in GetModules()