Home
last modified time | relevance | path

Searched refs:InstalldProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_proxy.cpp30 InstalldProxy::InstalldProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IInstalld>(object) in InstalldProxy() function in OHOS::AppExecFwk::InstalldProxy
35 InstalldProxy::~InstalldProxy() in ~InstalldProxy()
40 ErrCode InstalldProxy::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
51 ErrCode InstalldProxy::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles()
66 ErrCode InstalldProxy::ExtractFiles(const ExtractParam &extractParam) in ExtractFiles()
80 ErrCode InstalldProxy::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles()
95 ErrCode InstalldProxy::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative()
111 ErrCode InstalldProxy
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp42 sptr<InstalldProxy> GetInstallProxy();
48 sptr<InstalldProxy> installdProxy_ = nullptr;
70 sptr<InstalldProxy> BmsInstallDaemonIpcTest::GetInstallProxy() in GetInstallProxy()
79 installdProxy_ = new (std::nothrow) InstalldProxy(hostImpl_->AsObject()); in GetInstallProxy()
515 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
530 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
568 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullpt in HWTEST_F()
[all...]
H A Dbms_install_daemon_host_impl_test.cpp438 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
453 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
469 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
529 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullptr); in HWTEST_F()
938 sptr<InstalldProxy> installdProxy = new (std::nothrow) InstalldProxy(nullpt in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_proxy.h29 class InstalldProxy : public IRemoteProxy<IInstalld> { class
31 explicit InstalldProxy(const sptr<IRemoteObject> &object);
32 virtual ~InstalldProxy() override;
237 static inline BrokerDelegator<InstalldProxy> delegator_;

Completed in 6 milliseconds