Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_switcher.cpp61 if (!quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix)) { in EnableQuickFix()
98 bool isExisted = quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix); in DisableQuickFix()
209 auto res = quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppqf); in CreateInnerAppqf()
H A Dquick_fix_data_mgr.cpp70 bool QuickFixDataMgr::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerA… in QueryInnerAppQuickFix() function in OHOS::AppExecFwk::QuickFixDataMgr
76 return quickFixManagerDb_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix); in QueryInnerAppQuickFix()
H A Dquick_fix_manager_rdb.cpp52 bool QuickFixManagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &inn… in QueryInnerAppQuickFix() function in OHOS::AppExecFwk::QuickFixManagerRdb
H A Dquick_fix_deleter.cpp56 if (!quickFixDataMgr_->QueryInnerAppQuickFix(bundleName_, innerAppQuickFix)) { in DeleteQuickFix()
H A Dquick_fix_deployer.cpp113 …bool isExist = quickFixDataMgr_->QueryInnerAppQuickFix(appQuickFix.bundleName, oldInnerAppQuickFix… in ToDeployStartStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_manager_db_interface.h32 …virtual bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickF…
H A Dquick_fix_data_mgr.h35 bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix);
H A Dquick_fix_manager_rdb.h32 …bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) over…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dquick_fix_manager_rdb.cpp43 bool QuickFixManagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &inn… in QueryInnerAppQuickFix() function in OHOS::AppExecFwk::QuickFixManagerRdb
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdatamgr_fuzzer/
H A Dquickfixdatamgr_fuzzer.cpp41 quickFixDataMgr.QueryInnerAppQuickFix(bundleName, fixInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerrdb_fuzzer/
H A Dquickfixmanagerrdb_fuzzer.cpp42 quickFixManagerRdb.QueryInnerAppQuickFix(bundleName, fixInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp374 result = rdb->QueryInnerAppQuickFix(BUNDLE_NAME, fixInfo);
392 auto result = rdb->QueryInnerAppQuickFix("NotExistBundle", fixInfo);
408 auto result = rdb->QueryInnerAppQuickFix("NotExistBundle", fixInfo);
447 result = rdb->QueryInnerAppQuickFix(BUNDLE_NAME, fixInfo);
1031 auto result = dataMgr.QueryInnerAppQuickFix(BUNDLE_NAME, fixInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/
H A Dbms_bundle_quick_fix_query_test.cpp181 auto ret = quickFixMgr->QueryInnerAppQuickFix(BUNDLE_NAME, innerAppQuickFix); in MockEnableQuickFix()
209 auto ret = quickFixMgr->QueryInnerAppQuickFix(BUNDLE_NAME, innerAppQuickFix); in MockDisableQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp60 …void QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) cons…
168 void BmsBundleQuickFixSwitcherTest::QueryInnerAppQuickFix(const std::string &bundleName, in QueryInnerAppQuickFix() function in OHOS::BmsBundleQuickFixSwitcherTest
172 bool ret = quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix); in QueryInnerAppQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/
H A Dbms_bundle_quick_fix_manager_test.cpp261 ret = dataMgr->QueryInnerAppQuickFix(BUNDLE_NAME, newInnerAppQuickFix);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp573 … bool query = quickFixMgr->QueryInnerAppQuickFix(appQuickFix.bundleName, tempInnerAppQuickFix);
956 ret = quickFixMgr->QueryInnerAppQuickFix(appQuickFix.bundleName, innerAppQuickFix);
988 ret = quickFixMgr->QueryInnerAppQuickFix(appQuickFix.bundleName, innerAppQuickFix);
1023 bool ret = quickFixMgr->QueryInnerAppQuickFix(BUNDLE_NAME, innerAppQuickFix);
3049 bool ret = quickFixMgr->QueryInnerAppQuickFix("", innerAppQuickFix);
4162 ret = dataMgr.QueryInnerAppQuickFix("", innerAppQuickFix);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2488 if (!quickFixDataMgr->QueryInnerAppQuickFix(bundleName_, innerAppQuickFix)) { in ProcessDeployingHqfInfo()