Home
last modified time | relevance | path

Searched refs:BundleStreamInstallerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_proxy.cpp26 BundleStreamInstallerProxy::BundleStreamInstallerProxy(const sptr<IRemoteObject> &object) in BundleStreamInstallerProxy() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
32 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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_proxy.h27 class BundleStreamInstallerProxy : public IRemoteProxy<IBundleStreamInstaller> {
29 explicit BundleStreamInstallerProxy(const sptr<IRemoteObject> &impl);
30 virtual ~BundleStreamInstallerProxy() override;
42 static inline BrokerDelegator<BundleStreamInstallerProxy> delegator_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H A Dbundlestreaminstallerproxy_fuzzer.cpp28 BundleStreamInstallerProxy callbackProxy(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp60 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()