Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_result_info.cpp28 const char* QUICK_FIX_BUNDLE_VERSION_CODE = "bundleVersionCode"; variable
82 { QUICK_FIX_BUNDLE_VERSION_CODE, bundleVersionCode }, in ToString()
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp35 constexpr const char *QUICK_FIX_BUNDLE_VERSION_CODE = "bundleVersionCode"; variable
541 if (!resultJson.contains(QUICK_FIX_BUNDLE_VERSION_CODE) || in ExtractQuickFixDataFromJson()
542 !resultJson.at(QUICK_FIX_BUNDLE_VERSION_CODE).is_number()) { in ExtractQuickFixDataFromJson()
546 bundleVersionCode_ = resultJson.at(QUICK_FIX_BUNDLE_VERSION_CODE).get<int32_t>(); in ExtractQuickFixDataFromJson()