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 D | want_sender_stub_test.cpp | 86 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 D | want_receiver_stub_test.cpp | 86 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 D | want_sender_interface.h | 31 WANT_SENDER_SEND = 0, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | want_sender_proxy.cpp | 48 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(IWantSender::WANT_SENDER_SEND), data, repl… in Send()
|
H A D | want_sender_stub.cpp | 37 if (code == (WANT_SENDER_SEND)) { in OnRemoteRequest()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/ |
H A D | want_sender_proxy_test.cpp | 68 EXPECT_EQ(IWantSender::WANT_SENDER_SEND, mock_->code_);
|