Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp28 const char BUNDLEINFO_JSON_KEY_NATIVEAPP[] = "isNativeApp"; variable
244 … cJSON_AddBoolToObject(root, BUNDLEINFO_JSON_KEY_NATIVEAPP, bundleInfo->isNativeApp) == nullptr || in ConvertBundleInfoPartToJson()
580 item = cJSON_GetObjectItem(root, BUNDLEINFO_JSON_KEY_NATIVEAPP); in ConvertJsonToBundleInfo()