Home
last modified time | relevance | path

Searched refs:IInstalld (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp32 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
43 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
51 return CallService(&IInstalld::ExtractFiles, extractParam); in ExtractFiles()
59 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
65 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
71 return CallService(&IInstalld::ProcessBundleUnInstallNative, userId, packageName); in ProcessBundleUnInstallNative()
76 return CallService(&IInstalld::ExecuteAOT, aotArgs, pendSignData); in ExecuteAOT()
81 return CallService(&IInstalld::PendSignAOT, anFileName, signData); in PendSignAOT()
86 return CallService(&IInstalld::StopAOT); in StopAOT()
96 return CallService(&IInstalld in RenameModuleDir()
[all...]
H A Dmock_installd_proxy.cpp46 MockInstalldProxy::MockInstalldProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IInstalld>(object) in MockInstalldProxy()
H A Dmock_install_client.cpp149 sptr<IInstalld> InstalldClient::GetInstalldProxy() in GetInstalldProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp37 return CallService(&IInstalld::CreateBundleDir, bundleDir); in CreateBundleDir()
48 return CallService(&IInstalld::ExtractModuleFiles, srcModulePath, targetPath, targetSoPath, cpuAbi); in ExtractModuleFiles()
57 return CallService(&IInstalld::ExtractFiles, extractParam); in ExtractFiles()
65 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
71 return CallService(&IInstalld::ProcessBundleInstallNative, userId, hnpRootPath, in ProcessBundleInstallNative()
77 return CallService(&IInstalld::ProcessBundleUnInstallNative, userId, packageName); in ProcessBundleUnInstallNative()
82 return CallService(&IInstalld::ExecuteAOT, aotArgs, pendSignData); in ExecuteAOT()
87 return CallService(&IInstalld::PendSignAOT, anFileName, signData); in PendSignAOT()
92 return CallService(&IInstalld::StopAOT); in StopAOT()
102 return CallService(&IInstalld in RenameModuleDir()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp111 EXPECT_EQ(result, installClient_->CallService(&IInstalld::CreateBundleDir, bundleDir)); in HWTEST_F()
162 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractModuleFiles, in HWTEST_F()
211 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractFiles, extractParam)); in HWTEST_F()
262 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam)); in HWTEST_F()
281 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ProcessBundleInstallNative, in HWTEST_F()
298 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ProcessBundleUnInstallNative, userId, packageName)); in HWTEST_F()
343 EXPECT_EQ(result, installClient_->CallService(&IInstalld::RenameModuleDir, oldPath, newPath)); in HWTEST_F()
443 EXPECT_EQ(result, installClient_->CallService(&IInstalld::CreateBundleDataDir, createDirParam)); in HWTEST_F()
488 EXPECT_EQ(result, installClient_->CallService(&IInstalld::RemoveBundleDataDir, bundleName, userid, false)); in HWTEST_F()
533 EXPECT_EQ(result, installClient_->CallService(&IInstalld in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_installd_proxy.h24 class MockInstalldProxy : public IRemoteProxy<IInstalld> {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h241 sptr<IInstalld> GetInstalldProxy();
271 sptr<IInstalld> installdProxy_;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_host.h29 class InstalldHost : public IRemoteStub<IInstalld> {
39 * @brief Handles the CreateBundleDir function called from a IInstalld proxy object.
46 * @brief Handles the ExtractModuleFiles function called from a IInstalld proxy object.
53 * @brief Handles the HandleExtractFiles function called from a IInstalld proxy object.
60 * @brief Handles the HandleExtractHnpFiles function called from a IInstalld proxy object.
76 * @brief Handles the RenameModuleDir function called from a IInstalld proxy object.
83 * @brief Handles the CreateBundleDataDir function called from a IInstalld proxy object.
92 * @brief Handles the RemoveBundleDataDir function called from a IInstalld proxy object.
99 * @brief Handles the RemoveModuleDataDir function called from a IInstalld proxy object.
106 * @brief Handles the RemoveDir function called from a IInstalld prox
[all...]
H A Dinstalld_interface.h35 class IInstalld : public IRemoteBroker { class
H A Dinstalld_proxy.h29 class InstalldProxy : public IRemoteProxy<IInstalld> {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_proxy.cpp30 InstalldProxy::InstalldProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IInstalld>(object) in InstalldProxy()

Completed in 9 milliseconds