/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 231 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 D | bundle_mgr_service_event_handler.cpp | 662 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 D | bundle_mgr_host_impl.cpp | 4636 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 D | bundle_mgr_client.cpp | 215 ErrCode BundleMgrClient::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
|
H A D | bundle_mgr_client_impl.cpp | 548 ErrCode BundleMgrClientImpl::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
|
H A D | bundle_mgr_proxy.cpp | 5375 ErrCode BundleMgrProxy::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs()
|
H A D | bundle_mgr_host.cpp | 4191 std::vector<BundleDir> bundleDirs; in HandleGetAllBundleDirs() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 117 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 D | bms_event_handler_test.cpp | 173 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 D | bundle_mgr_client_system_test.cpp | 2504 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 D | bundle_mgr_interface.h | 1620 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 D | bms_bundle_data_mgr_test.cpp | 6681 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 D | acts_bms_kit_system_test.cpp | 9702 std::vector<BundleDir> bundleDirs; variable
|