Searched refs:BundleStreamInstallerProxy (Results 1 – 4 of 4) sorted by relevance
26 BundleStreamInstallerProxy::BundleStreamInstallerProxy(const sptr<IRemoteObject> &object) in BundleStreamInstallerProxy() function in OHOS::AppExecFwk::BundleStreamInstallerProxy32 BundleStreamInstallerProxy:: ~BundleStreamInstallerProxy() in ~BundleStreamInstallerProxy()37 int32_t BundleStreamInstallerProxy::CreateStream(const std::string &fileName) in CreateStream()46 if (!data.WriteInterfaceToken(BundleStreamInstallerProxy::GetDescriptor())) { in CreateStream()84 if (!data.WriteInterfaceToken(BundleStreamInstallerProxy::GetDescriptor())) { in CreateSignatureFileStream()124 if (!data.WriteInterfaceToken(BundleStreamInstallerProxy::GetDescriptor())) { in CreateSharedBundleStream()166 if (!data.WriteInterfaceToken(BundleStreamInstallerProxy::GetDescriptor())) { in CreatePgoFileStream()197 bool BundleStreamInstallerProxy::Install() in Install()201 if (!data.WriteInterfaceToken(BundleStreamInstallerProxy::GetDescriptor())) { in Install()216 uint32_t BundleStreamInstallerProxy::GetInstallerId() const in GetInstallerId()[all …]
27 class BundleStreamInstallerProxy : public IRemoteProxy<IBundleStreamInstaller> {29 explicit BundleStreamInstallerProxy(const sptr<IRemoteObject> &impl);30 virtual ~BundleStreamInstallerProxy() override;42 static inline BrokerDelegator<BundleStreamInstallerProxy> delegator_;
28 BundleStreamInstallerProxy callbackProxy(object); in DoSomethingInterestingWithMyAPI()
60 sptr<BundleStreamInstallerProxy> GetStreamInstallerProxy();67 sptr<BundleStreamInstallerProxy> streamInstallerProxy_ = nullptr;96 sptr<BundleStreamInstallerProxy> BmsBundleInstallerIPCTest::GetStreamInstallerProxy() in GetStreamInstallerProxy()105 …streamInstallerProxy_ = new (std::nothrow) BundleStreamInstallerProxy(streamInstallerHostImpl_->As… in GetStreamInstallerProxy()