/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 368 ErrCode InstalldClient::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldClient 373 return CallService(&IInstalld::MoveFiles, srcDir, desDir); in MoveFiles()
|
H A D | mock_install_client.cpp | 246 ErrCode InstalldClient::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 247 ErrCode InstalldHostImpl::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 436 ErrCode InstalldClient::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldClient 442 return CallService(&IInstalld::MoveFiles, srcDir, desDir); in MoveFiles()
|
H A D | base_bundle_installer.cpp | 5505 result = InstalldClient::GetInstance()->MoveFiles(tempSoDir, realSoDir); in MoveSoFileToRealInstallationDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 209 ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 362 virtual ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function
|
H A D | installd_proxy.h | 206 virtual ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 276 …static bool MoveFiles(const std::string &srcDir, const std::string &desDir, bool isDesDirNeedCreat…
|
H A D | installd_host_impl.h | 204 virtual ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 732 auto ret = installdProxy->MoveFiles(TEST_STRING, TEST_STRING);
|
H A D | bms_install_daemon_host_impl_test.cpp | 878 auto ret = hostImpl->MoveFiles(TEST_STRING, TEST_STRING);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 637 result = InstalldClient::GetInstance()->MoveFiles(tempSoPath, realSoPath); in MoveSoToRealPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1344 ErrCode InstalldHostImpl::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldHostImpl 1355 if (!InstalldOperator::MoveFiles(srcDir, desDir)) { in MoveFiles()
|
H A D | installd_operator.cpp | 1651 bool InstalldOperator::MoveFiles(const std::string &srcDir, const std::string &desDir, bool isDesDi… in MoveFiles() function in OHOS::AppExecFwk::InstalldOperator 1712 return MoveFiles(srcPath, destPath, true); in MoveFileOrDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1055 bool ret = installdOperator.MoveFiles(TEST_CREATE_FILE_PATH, TEST_CREATE_FILE_PATH, true);
|
H A D | bms_bundle_installer_test.cpp | 5547 auto ret = hostImpl.MoveFiles("", ""); 5550 ret = hostImpl.MoveFiles(TEST_STRING, ""); 5553 ret = hostImpl.MoveFiles("", TEST_STRING);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 682 result = InstalldClient::GetInstance()->MoveFiles(tempSoPath, realSoPath); in MoveSoToRealPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 747 ErrCode result = MoveFiles(srcDir, desDir); in HandMoveFiles()
|
H A D | installd_proxy.cpp | 678 ErrCode InstalldProxy::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldProxy
|