Home
last modified time | relevance | path

Searched refs:srcModulePath (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp35 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
38 if (srcModulePath.empty() || targetPath.empty()) { in ExtractModuleFiles()
43 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
H A Dmock_installd_host_impl.cpp37 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
H A Dmock_install_client.cpp25 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp40 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
43 if (srcModulePath.empty() || targetPath.empty()) { in ExtractModuleFiles()
48 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp32 const std::string SRC_MODULE_PATH = "srcModulePath";
118 * @tc.desc: Test whether ExtractModuleFiles is called normally.(srcModulePath is empty)
123 std::string srcModulePath = EMPTY_STRING; in HWTEST_F() local
127 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F()
140 std::string srcModulePath = SRC_MODULE_PATH; in HWTEST_F() local
144 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F()
157 std::string srcModulePath = SRC_MODULE_PATH; in HWTEST_F() local
161 ErrCode result = installClient_->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HWTEST_F()
163 srcModulePath, targetPath, targetSoPath, cpuAbi)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h39 * @param srcModulePath Indicates the HAP file path.
45 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h45 * @param srcModulePath Indicates the HAP file path.
51 ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h49 * @param srcModulePath Indicates the HAP file path.
55 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
H A Dinstalld_proxy.h41 * @param srcModulePath Indicates the HAP file path.
47 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp68 int ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
160 int BmsInstallDaemonTest::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
166 return InstalldClient::GetInstance()->ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp126 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
130 srcModulePath.c_str(), targetPath.c_str()); in ExtractModuleFiles()
135 if (srcModulePath.empty() || targetPath.empty()) { in ExtractModuleFiles()
143 if (!InstalldOperator::ExtractFiles(srcModulePath, targetSoPath, cpuAbi)) { in ExtractModuleFiles()
145 srcModulePath.c_str(), targetPath.c_str(), errno); in ExtractModuleFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp250 std::string srcModulePath = Str16ToStr8(data.ReadString16()); in HandleExtractModuleFiles() local
255 ErrCode result = ExtractModuleFiles(srcModulePath, targetPath, targetSoPath, cpuAbi); in HandleExtractModuleFiles()
H A Dinstalld_proxy.cpp51 ErrCode InstalldProxy::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() argument
56 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(srcModulePath)); in ExtractModuleFiles()

Completed in 19 milliseconds