Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp43 const char BUNDLEINFO_JSON_KEY_NUMOFMODULE[] = "numOfModule"; variable
284 …if (cJSON_AddNumberToObject(root, BUNDLEINFO_JSON_KEY_NUMOFMODULE, bundleInfo->numOfModule) == nul… in ConvertModuleInfosToJson()
640 item = cJSON_GetObjectItem(root, BUNDLEINFO_JSON_KEY_NUMOFMODULE); in ConvertJsonToBundleInfo()