/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_switcher.cpp | 61 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 D | quick_fix_data_mgr.cpp | 70 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 D | quick_fix_manager_rdb.cpp | 52 bool QuickFixManagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &inn… in QueryInnerAppQuickFix() function in OHOS::AppExecFwk::QuickFixManagerRdb
|
H A D | quick_fix_deleter.cpp | 56 if (!quickFixDataMgr_->QueryInnerAppQuickFix(bundleName_, innerAppQuickFix)) { in DeleteQuickFix()
|
H A D | quick_fix_deployer.cpp | 113 …bool isExist = quickFixDataMgr_->QueryInnerAppQuickFix(appQuickFix.bundleName, oldInnerAppQuickFix… in ToDeployStartStatus()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_manager_db_interface.h | 32 …virtual bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickF…
|
H A D | quick_fix_data_mgr.h | 35 bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix);
|
H A D | quick_fix_manager_rdb.h | 32 …bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) over…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | quick_fix_manager_rdb.cpp | 43 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 D | quickfixdatamgr_fuzzer.cpp | 41 quickFixDataMgr.QueryInnerAppQuickFix(bundleName, fixInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerrdb_fuzzer/ |
H A D | quickfixmanagerrdb_fuzzer.cpp | 42 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 D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 374 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 D | bms_bundle_quick_fix_query_test.cpp | 181 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 D | bms_bundle_quick_fix_switcher_test.cpp | 60 …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 D | bms_bundle_quick_fix_manager_test.cpp | 261 ret = dataMgr->QueryInnerAppQuickFix(BUNDLE_NAME, newInnerAppQuickFix);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 573 … 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 D | base_bundle_installer.cpp | 2488 if (!quickFixDataMgr->QueryInnerAppQuickFix(bundleName_, innerAppQuickFix)) { in ProcessDeployingHqfInfo()
|