Home
last modified time | relevance | path

Searched refs:WANT_SENDER_SEND (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/
H A Dwant_sender_stub_test.cpp86 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option);
109 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H A Dwant_receiver_stub_test.cpp86 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option);
109 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwant_sender_interface.h31 WANT_SENDER_SEND = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_sender_proxy.cpp48 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(IWantSender::WANT_SENDER_SEND), data, repl… in Send()
H A Dwant_sender_stub.cpp37 if (code == (WANT_SENDER_SEND)) { in OnRemoteRequest()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/
H A Dwant_sender_proxy_test.cpp68 EXPECT_EQ(IWantSender::WANT_SENDER_SEND, mock_->code_);