Home
last modified time | relevance | path

Searched refs:WantReceiverProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dwant_receiver_proxy.h24 class WantReceiverProxy : public IRemoteProxy<IWantReceiver> { class
26 explicit WantReceiverProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IWantReceiver>(impl) in WantReceiverProxy() function in OHOS::AAFwk::WantReceiverProxy
29 virtual ~WantReceiverProxy() in ~WantReceiverProxy()
38 static inline BrokerDelegator<WantReceiverProxy> delegator_;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_receiver_proxy.cpp22 bool WantReceiverProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()
24 if (!data.WriteInterfaceToken(WantReceiverProxy::GetDescriptor())) { in WriteInterfaceToken()
31 void WantReceiverProxy::Send(const int32_t resultCode) in Send()
51 void WantReceiverProxy::PerformReceive(const Want &want, int resultCode, const std::string &data, in PerformReceive()
/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
H A Dwant_receiver_proxy_test.cpp35 std::shared_ptr<WantReceiverProxy> proxy_{ nullptr };
48 proxy_ = std::make_shared<WantReceiverProxy>(mock_); in SetUp()
52 * Feature: WantReceiverProxy
55 * FunctionPoints: WantReceiverProxy Send
71 * Feature: WantReceiverProxy
74 * FunctionPoints: WantReceiverProxy Send

Completed in 1 milliseconds