Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp36 const char BUNDLEINFO_JSON_KEY_ICONPATH[] = "iconPath"; variable
263 …cJSON_AddStringToObject(root, BUNDLEINFO_JSON_KEY_ICONPATH, bundleInfo->bigIconPath) == nullptr) || in ConvertBundleInfoPartToJson()
620 item = cJSON_GetObjectItem(root, BUNDLEINFO_JSON_KEY_ICONPATH); in ConvertJsonToBundleInfo()