Home
last modified time | relevance | path

Searched refs:MoveFiles (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp368 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 Dmock_install_client.cpp246 ErrCode InstalldClient::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp247 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 Dinstalld_client.cpp436 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 Dbase_bundle_installer.cpp5505 result = InstalldClient::GetInstance()->MoveFiles(tempSoDir, realSoDir); in MoveSoFileToRealInstallationDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h209 ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h362 virtual ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function
H A Dinstalld_proxy.h206 virtual ErrCode MoveFiles(const std::string &srcDir, const std::string &desDir) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h276 …static bool MoveFiles(const std::string &srcDir, const std::string &desDir, bool isDesDirNeedCreat…
H A Dinstalld_host_impl.h204 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 Dbms_install_daemon_ipc_test.cpp732 auto ret = installdProxy->MoveFiles(TEST_STRING, TEST_STRING);
H A Dbms_install_daemon_host_impl_test.cpp878 auto ret = hostImpl->MoveFiles(TEST_STRING, TEST_STRING);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp637 result = InstalldClient::GetInstance()->MoveFiles(tempSoPath, realSoPath); in MoveSoToRealPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1344 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 Dinstalld_operator.cpp1651 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 Dbms_bundle_app_service_fwk_installer.cpp1055 bool ret = installdOperator.MoveFiles(TEST_CREATE_FILE_PATH, TEST_CREATE_FILE_PATH, true);
H A Dbms_bundle_installer_test.cpp5547 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 Dapp_service_fwk_installer.cpp682 result = InstalldClient::GetInstance()->MoveFiles(tempSoPath, realSoPath); in MoveSoToRealPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp747 ErrCode result = MoveFiles(srcDir, desDir); in HandMoveFiles()
H A Dinstalld_proxy.cpp678 ErrCode InstalldProxy::MoveFiles(const std::string &srcDir, const std::string &desDir) in MoveFiles() function in OHOS::AppExecFwk::InstalldProxy