Home
last modified time | relevance | path

Searched defs:bundleDirs (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp231 void BMSEventHandler::GetPreInstallDir(std::vector<std::string>& bundleDirs) {} in GetPreInstallDir()
233 void BMSEventHandler::GetPreInstallDirFromLoadProFile(std::vector<std::string>& bundleDirs) {} in GetPreInstallDirFromLoadProFile()
235 void BMSEventHandler::GetPreInstallDirFromScan(std::vector<std::string>& bundleDirs) {} in GetPreInstallDirFromScan()
246 void BMSEventHandler::AnalyzeHaps(bool isPreInstallApp, const std::vector<std::string>& bundleDirs, in AnalyzeHaps()
374 void BMSEventHandler::GetBundleDirFromScan(std::list<std::string>& bundleDirs) {} in GetBundleDirFromScan()
376 void BMSEventHandler::ProcessScanDir(const std::string& dir, std::list<std::string>& bundleDirs) {} in ProcessScanDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp662 void BMSEventHandler::GetPreInstallDir(std::vector<std::string> &bundleDirs) in GetPreInstallDir()
674 void BMSEventHandler::GetPreInstallDirFromLoadProFile(std::vector<std::string> &bundleDirs) in GetPreInstallDirFromLoadProFile()
686 void BMSEventHandler::GetPreInstallDirFromScan(std::vector<std::string> &bundleDirs) in GetPreInstallDirFromScan()
705 const std::vector<std::string> &bundleDirs, in AnalyzeHaps()
865 std::list<std::string> bundleDirs; in ProcessBootBundleInstallFromScan() local
872 void BMSEventHandler::GetBundleDirFromScan(std::list<std::string> &bundleDirs) in GetBundleDirFromScan()
892 void BMSEventHandler::ProcessScanDir(const std::string &dir, std::list<std::string> &bundleDirs) in ProcessScanDir()
1627 std::list<std::string> bundleDirs; in ProcessReBootPreBundleProFileInstall() local
1658 std::list<std::string> bundleDirs; in ProcessRebootBundleInstallFromScan() local
2937 std::list<std::string> bundleDirs; in PatchSystemHspInstall() local
[all …]
H A Dbundle_mgr_host_impl.cpp4636 ErrCode BundleMgrHostImpl::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp215 ErrCode BundleMgrClient::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
H A Dbundle_mgr_client_impl.cpp548 ErrCode BundleMgrClientImpl::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
H A Dbundle_mgr_proxy.cpp5375 ErrCode BundleMgrProxy::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
H A Dbundle_mgr_host.cpp4191 std::vector<BundleDir> bundleDirs; in HandleGetAllBundleDirs() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp117 std::list<std::string> bundleDirs; variable
328 std::vector<std::string> bundleDirs; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp173 std::vector<std::string> bundleDirs; variable
737 std::list<std::string> bundleDirs; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2504 std::vector<BundleDir> bundleDirs; variable
2521 std::vector<BundleDir> bundleDirs; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1620 virtual ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6681 std::vector<BundleDir> bundleDirs; variable
6708 std::vector<BundleDir> bundleDirs; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9702 std::vector<BundleDir> bundleDirs; variable