Home
last modified time | relevance | path

Searched refs:originPath (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp483 ErrCode InstalldClient::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
485 if (originPath.empty() || targetPath.empty()) { in MoveHapToCodeDir()
490 return CallService(&IInstalld::MoveHapToCodeDir, originPath, targetPath); in MoveHapToCodeDir()
H A Dmock_installd_host_impl.cpp309 ErrCode InstalldHostImpl::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
H A Dmock_install_client.cpp313 ErrCode InstalldClient::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp574 ErrCode InstalldClient::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
576 if (originPath.empty() || targetPath.empty()) { in MoveHapToCodeDir()
581 return CallService(&IInstalld::MoveHapToCodeDir, originPath, targetPath); in MoveHapToCodeDir()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp255 string originPath = MediaLibraryAssetOperations::GetEditDataSourcePath(path); in UpdateLocation() local
256 if (MediaFileUtils::IsFileExists(originPath)) { in UpdateLocation()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h235 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) override;
H A Dinstalld_operator.h218 static bool ScanSoFiles(const std::string &newSoPath, const std::string &originPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h238 ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h425 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
H A Dinstalld_proxy.h233 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp904 std::string originPath = Str16ToStr8(data.ReadString16()); in HandleMoveHapToCodeDir() local
907 ErrCode result = MoveHapToCodeDir(originPath, targetPath); in HandleMoveHapToCodeDir()
H A Dinstalld_proxy.cpp908 ErrCode InstalldProxy::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
912 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(originPath)); in MoveHapToCodeDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1865 ErrCode InstalldHostImpl::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
1871 if (!InstalldOperator::MoveFile(originPath, targetPath)) { in MoveHapToCodeDir()
1873 originPath.c_str(), targetPath.c_str(), errno); in MoveHapToCodeDir()
H A Dinstalld_operator.cpp1073 bool InstalldOperator::ScanSoFiles(const std::string &newSoPath, const std::string &originPath, in ScanSoFiles() argument
1100 if (!ScanSoFiles(newSoPath, originPath, currentDir, paths)) { in ScanSoFiles()
1107 std::string prefixPath = originPath; in ScanSoFiles()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp244 string ConvertUri(string path, string originPath, string originUri) in ConvertUri() argument
246 if (path.find(originPath) != path.npos) { in ConvertUri()
250 path.replace(0, originPath.length(), originUri); in ConvertUri()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1522 std::string originPath = ""; in HWTEST_F() local
1525 auto ret = InstalldOperator::ScanSoFiles(newSoPath, originPath, currentPath, paths); in HWTEST_F()

Completed in 43 milliseconds