/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 483 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 D | mock_installd_host_impl.cpp | 309 ErrCode InstalldHostImpl::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath)
in MoveHapToCodeDir() argument
|
H A D | mock_install_client.cpp | 313 ErrCode InstalldClient::MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 574 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 D | multistages_photo_capture_manager.cpp | 255 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 D | installd_host_impl.h | 235 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) override;
|
H A D | installd_operator.h | 218 static bool ScanSoFiles(const std::string &newSoPath, const std::string &originPath,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 238 ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 425 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) in MoveHapToCodeDir() argument
|
H A D | installd_proxy.h | 233 virtual ErrCode MoveHapToCodeDir(const std::string &originPath, const std::string &targetPath) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 904 std::string originPath = Str16ToStr8(data.ReadString16()); in HandleMoveHapToCodeDir() local 907 ErrCode result = MoveHapToCodeDir(originPath, targetPath); in HandleMoveHapToCodeDir()
|
H A D | installd_proxy.cpp | 908 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 D | installd_host_impl.cpp | 1865 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 D | installd_operator.cpp | 1073 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 D | file_n_exporter.cpp | 244 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 D | bms_install_daemon_operator_test.cpp | 1522 std::string originPath = "";
in HWTEST_F() local 1525 auto ret = InstalldOperator::ScanSoFiles(newSoPath, originPath, currentPath, paths);
in HWTEST_F()
|