Home
last modified time | relevance | path

Searched refs:ResultMode (Results 1 - 23 of 23) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_constants.h27 enum class ResultMode : uint8_t { class
H A Dinstalld_host_impl.h164 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
H A Dinstalld_operator.h216 const std::string &dirPath, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp189 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 Dmock_installd_host_impl.cpp135 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
H A Dmock_install_client.cpp155 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
H A Dinstalld_client.cpp241 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h37 enum class ResultMode : uint8_t;
269 ResultMode resultMode, std::vector<std::string> &resultList);
H A Dinstalld_client.h150 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 Dbms_install_daemon_operator_test.cpp851 "", 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 Dbms_install_daemon_host_impl_test.cpp271 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 Dbms_install_daemon_ipc_test.cpp348 auto ret = proxy->ScanDir(TEST_STRING, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec); in HWTEST_F()
H A Dbms_install_daemon_test.cpp597 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h245 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
H A Dinstalld_proxy.h165 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp516 ResultMode resultMode = static_cast<ResultMode>(data.ReadInt32()); in HandleScanDir()
H A Dinstalld_proxy.cpp368 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 Dbms_installd_client_test.cpp742 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 Dinstalld_client.cpp299 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
H A Dbundle_mgr_service_event_handler.cpp410 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 Dinstalld_operator.cpp96 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 Dinstalld_host_impl.cpp1033 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 Dbms_bundle_installer_test.cpp2589 "", 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()

Completed in 49 milliseconds