Home
last modified time | relevance | path

Searched refs:LoadAllPreInstallBundleInfos (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpreinstall_data_storage_interface.h38 …virtual bool LoadAllPreInstallBundleInfos(std::vector<PreInstallBundleInfo> &preInstallBundleInfos…
H A Dpreinstall_data_storage_rdb.h32 …bool LoadAllPreInstallBundleInfos(std::vector<PreInstallBundleInfo> &preInstallBundleInfos) overri…
H A Dbundle_mgr_service_event_handler.h312 bool LoadAllPreInstallBundleInfos();
H A Dbundle_data_mgr.h591 bool LoadAllPreInstallBundleInfos(std::vector<PreInstallBundleInfo> &preInstallBundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpreinstall_data_storage_rdb.cpp38 bool PreInstallDataStorageRdb::LoadAllPreInstallBundleInfos( in LoadAllPreInstallBundleInfos() function in OHOS::AppExecFwk::PreInstallDataStorageRdb
H A Dbundle_mgr_service_event_handler.cpp212 if (!LoadAllPreInstallBundleInfos()) { in OnBmsStarting()
1111 LoadAllPreInstallBundleInfos(); in ProcessRebootBundle()
1589 bool BMSEventHandler::LoadAllPreInstallBundleInfos() in LoadAllPreInstallBundleInfos() function in OHOS::AppExecFwk::BMSEventHandler
2335 LoadAllPreInstallBundleInfos(); in HandlePreInstallException()
H A Dbundle_data_mgr.cpp4975 bool BundleDataMgr::LoadAllPreInstallBundleInfos(std::vector<PreInstallBundleInfo> &preInstallBundl… in LoadAllPreInstallBundleInfos() function in OHOS::AppExecFwk::BundleDataMgr
4982 if (preInstallDataStorage_->LoadAllPreInstallBundleInfos(preInstallBundleInfos)) { in LoadAllPreInstallBundleInfos()
6154 LoadAllPreInstallBundleInfos(preInstallBundleInfos); in GetAllPreInstallBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp50 if (!LoadAllPreInstallBundleInfos()) { in OnBmsStarting()
443 bool BMSEventHandler::LoadAllPreInstallBundleInfos() in LoadAllPreInstallBundleInfos() function in OHOS::AppExecFwk::BMSEventHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_rdb_data_manager_test/
H A Dbms_rdb_data_manager_test.cpp263 ret = preInstallDataStorage->LoadAllPreInstallBundleInfos(preInstallBundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp448 handler->LoadAllPreInstallBundleInfos();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp160 bool res = handler->LoadAllPreInstallBundleInfos();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4491 ret = dataMgr->LoadAllPreInstallBundleInfos(preInstallBundleInfos);