Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_switcher.h37 …ErrCode CreateInnerAppqf(const InnerBundleInfo &innerBundleInfo, bool enable, InnerAppQuickFix &in…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_switcher.cpp159 auto errCode = CreateInnerAppqf(innerBundleInfo, enable, oldInnerAppQuickFix); in InnerSwitchQuickFix()
198 ErrCode QuickFixSwitcher::CreateInnerAppqf(const InnerBundleInfo &innerBundleInfo, in CreateInnerAppqf() function in OHOS::AppExecFwk::QuickFixSwitcher
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixswitcher_fuzzer/
H A Dquickfixswitcher_fuzzer.cpp47 quickFixSwitcher.CreateInnerAppqf(innerBundleInfo, enable, innerAppQuickFix); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp3139 ErrCode ret = switcher->CreateInnerAppqf(innerBundleInfo, true, newInnerAppQuickFix);