Home
last modified time | relevance | path

Searched refs:StatusReceiverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dstatus_receiver_proxy.h25 class StatusReceiverProxy : public IRemoteProxy<IStatusReceiver> {
27 explicit StatusReceiverProxy(const sptr<IRemoteObject> &object);
28 virtual ~StatusReceiverProxy() override;
51 static inline BrokerDelegator<StatusReceiverProxy> delegator_;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dstatus_receiver_proxy.cpp617 StatusReceiverProxy::StatusReceiverProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IStatusR… in StatusReceiverProxy() function in OHOS::AppExecFwk::StatusReceiverProxy
622 StatusReceiverProxy::~StatusReceiverProxy() in ~StatusReceiverProxy()
627 void StatusReceiverProxy::OnStatusNotify(const int32_t progress) in OnStatusNotify()
634 if (!data.WriteInterfaceToken(StatusReceiverProxy::GetDescriptor())) { in OnStatusNotify()
657 void StatusReceiverProxy::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished()
669 if (!data.WriteInterfaceToken(StatusReceiverProxy::GetDescriptor())) { in OnFinished()
696 void StatusReceiverProxy::TransformResult(const int32_t resultCode) in TransformResult()
709 void StatusReceiverProxy::CloseStreamInstaller(uint32_t installerId) in CloseStreamInstaller()
724 void StatusReceiverProxy::SetStreamInstallId(uint32_t installerId) in SetStreamInstallId()