/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_constants.h | 27 enum class ResultMode : uint8_t { class
|
H A D | installd_host_impl.h | 164 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
|
H A D | installd_operator.h | 216 const std::string &dirPath, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 189 if (!ScanDir(Constants::BUNDLE_CODE_DIR, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, bundleNameList)) { in ScanInstallDir() 196 if (!ScanDir(appCodePath, ScanMode::SUB_FILE_FILE, ResultMode::ABSOLUTE_PATH, hapPaths)) { in ScanInstallDir() 357 const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string>& resultList) in ScanDir()
|
H A D | mock_installd_host_impl.cpp | 135 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths)
in ScanDir()
|
H A D | mock_install_client.cpp | 155 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
H A D | installd_client.cpp | 241 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_service_event_handler.h | 37 enum class ResultMode : uint8_t; 269 ResultMode resultMode, std::vector<std::string> &resultList);
|
H A D | installd_client.h | 150 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 851 "", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F() 854 OVER_MAX_PATH_SIZE, ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F() 857 "//", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F() 1722 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F() 1742 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F() 1762 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_ALL, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 271 auto ret = hostImpl->ScanDir(TEST_STRING, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F() 698 auto ret = hostImpl->ScanDir("", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F()
|
H A D | bms_install_daemon_ipc_test.cpp | 348 auto ret = proxy->ScanDir(TEST_STRING, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 597 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 245 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
H A D | installd_proxy.h | 165 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 516 ResultMode resultMode = static_cast<ResultMode>(data.ReadInt32()); in HandleScanDir()
|
H A D | installd_proxy.cpp | 368 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 742 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 757 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 759 dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 299 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
H A D | bundle_mgr_service_event_handler.cpp | 410 if (!ScanDir(baseDataDir, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, userIds)) { in ScanAndAnalyzeUserDatas() 425 if (!ScanDir(userDataDir, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, userDataBundleNames)) { in ScanAndAnalyzeUserDatas() 552 if (!ScanDir(Constants::BUNDLE_CODE_DIR, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, bundleNameList)) { in ScanInstallDir() 560 if (!ScanDir(appCodePath, ScanMode::SUB_FILE_FILE, ResultMode::ABSOLUTE_PATH, hapPaths)) { in ScanInstallDir() 848 const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &resultList) in ScanDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 96 const std::string &dir, const std::string &subName, ResultMode resultMode) in HandleScanResult() 98 if (resultMode == ResultMode::RELATIVE_PATH) { in HandleScanResult() 1024 const std::string &dirPath, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
H A D | installd_host_impl.cpp | 1033 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2589 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 2593 BUNDLE_DATA_DIR, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
|