Home
last modified time | relevance | path

Searched refs:QUICK_FIX_BUNDLE_NAME (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.cpp27 const char* QUICK_FIX_BUNDLE_NAME = "bundleName"; variable
81 { QUICK_FIX_BUNDLE_NAME, bundleName }, in ToString()
130 { QUICK_FIX_BUNDLE_NAME, bundleName } in ToString()
174 { QUICK_FIX_BUNDLE_NAME, bundleName } in ToString()
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp34 constexpr const char *QUICK_FIX_BUNDLE_NAME = "bundleName"; variable
535 …if (!resultJson.contains(QUICK_FIX_BUNDLE_NAME) || !resultJson.at(QUICK_FIX_BUNDLE_NAME).is_string… in ExtractQuickFixDataFromJson()
539 bundleName_ = resultJson.at(QUICK_FIX_BUNDLE_NAME).get<std::string>(); in ExtractQuickFixDataFromJson()