Searched refs:BundleInstallerProxy (Results 1 – 8 of 8) sorted by relevance
40 BundleInstallerProxy::BundleInstallerProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IBundl… in BundleInstallerProxy() function in OHOS::AppExecFwk::BundleInstallerProxy45 BundleInstallerProxy::~BundleInstallerProxy() in ~BundleInstallerProxy()50 bool BundleInstallerProxy::Install( in Install()103 bool BundleInstallerProxy::Recover(const std::string &bundleName, in Recover()127 bool BundleInstallerProxy::Uninstall( in Uninstall()174 bool BundleInstallerProxy::Uninstall(const UninstallParam &uninstallParam, in Uninstall()327 bool BundleInstallerProxy::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller()369 ErrCode BundleInstallerProxy::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall()451 ErrCode BundleInstallerProxy::WriteFile(const std::string &path, int32_t outputFd) in WriteFile()682 bool BundleInstallerProxy::SendInstallRequest( in SendInstallRequest()[all …]
27 class BundleInstallerProxy : public IRemoteProxy<IBundleInstaller> {29 explicit BundleInstallerProxy(const sptr<IRemoteObject> &object);30 virtual ~BundleInstallerProxy() override;146 static inline BrokerDelegator<BundleInstallerProxy> delegator_;
28 BundleInstallerProxy bundleinstallerProxy(object); in DoSomethingInterestingWithMyAPI()
61 sptr<BundleInstallerProxy> GetInstallerProxy();69 sptr<BundleInstallerProxy> installerProxy_ = nullptr;112 sptr<BundleInstallerProxy> BmsBundleInstallerIPCTest::GetInstallerProxy() in GetInstallerProxy()121 installerProxy_ = new (std::nothrow) BundleInstallerProxy(installerHost_->AsObject()); in GetInstallerProxy()
54 sptr<BundleInstallerProxy> installerProxy_ = nullptr;
7673 BundleInstallerProxy installerProxy(object);7691 BundleInstallerProxy installerProxy(object);7711 BundleInstallerProxy installerProxy(object);7729 BundleInstallerProxy installerProxy(object);7747 BundleInstallerProxy installerProxy(object);7766 BundleInstallerProxy installerProxy(object);7785 BundleInstallerProxy installerProxy(object);7803 BundleInstallerProxy installerProxy(object);
1550 BundleInstallerProxy installerProxy(remoteObject);