Home
last modified time | relevance | path

Searched refs:resultMode (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp246 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
253 return CallService(&IInstalld::ScanDir, dir, scanMode, resultMode, paths); in ScanDir()
H A Dbundle_mgr_service_event_handler.cpp360 …const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string>& result… in ScanDir() argument
362 ErrCode result = InstalldClient::GetInstance()->ScanDir(dir, scanMode, resultMode, resultList); in ScanDir()
H A Dmock_install_client.cpp162 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
H A Dmock_installd_host_impl.cpp137 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp310 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
317 return CallService(&IInstalld::ScanDir, dir, scanMode, resultMode, paths); in ScanDir()
H A Dbundle_mgr_service_event_handler.cpp834 …const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &result… in ScanDir() argument
837 ErrCode result = InstalldClient::GetInstance()->ScanDir(dir, scanMode, resultMode, resultList); in ScanDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp95 const std::string &dir, const std::string &subName, ResultMode resultMode) in HandleScanResult() argument
97 if (resultMode == ResultMode::RELATIVE_PATH) { in HandleScanResult()
1146 …const std::string &dirPath, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &pa… in ScanDir() argument
1174 paths.emplace_back(HandleScanResult(dirPath, subName, resultMode)); in ScanDir()
1182 paths.emplace_back(HandleScanResult(dirPath, subName, resultMode)); in ScanDir()
1188 paths.emplace_back(HandleScanResult(dirPath, subName, resultMode)); in ScanDir()
H A Dinstalld_host_impl.cpp1087 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
1099 InstalldOperator::ScanDir(dir, scanMode, resultMode, paths); in ScanDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h153 …const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths);
H A Dbundle_mgr_service_event_handler.h251 ResultMode resultMode, std::vector<std::string> &resultList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h251 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
H A Dinstalld_proxy.h168 …const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths)…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h228 …const std::string &dirPath, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &pa…
H A Dinstalld_host_impl.h167 …const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths)…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp543 ResultMode resultMode = static_cast<ResultMode>(data.ReadInt32()); in HandleScanDir() local
545 ErrCode result = ScanDir(dir, scanMode, resultMode, paths); in HandleScanDir()
H A Dinstalld_proxy.cpp397 … const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir() argument
403 INSTALLD_PARCEL_WRITE(data, Int32, static_cast<int32_t>(resultMode)); in ScanDir()