Home
last modified time | relevance | path

Searched refs:PerformReceive (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp46 void PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data,
55 void WantsInfoTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data, in PerformReceive() function in OHOS::AAFwk::WantsInfoTest::CancelReceiver
/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H A Dsender_info_test.cpp44 void PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data,
52 void SenderInfoTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data, in PerformReceive() function in OHOS::AAFwk::SenderInfoTest::CancelReceiver
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_common_event.cpp38 finishedReceiver_->PerformReceive(data.GetWant(), data.GetCode(), "", wantParams_, false, false, 0); in OnReceiveEvent()
H A Dpending_want_record.cpp71 senderInfo.finishedReceiver->PerformReceive(want, senderInfo.code, "canceled", wantParams, false, false, 0); in SenderInner()
93 senderInfo.finishedReceiver->PerformReceive(want, res, "", wantParams, false, false, 0); in SenderInner()
H A Dwant_receiver_stub.cpp74 PerformReceive(*want, resultCode, bundleName, *wantParams, serialized, sticky, sendingUser); in PerformReceiveInner()
H A Dwant_receiver_proxy.cpp51 void WantReceiverProxy::PerformReceive(const Want &want, int resultCode, const std::string &data, in PerformReceive() function in OHOS::AAFwk::WantReceiverProxy
H A Dpending_want_manager.cpp204 senderInfo.finishedReceiver->PerformReceive(want, senderInfo.code, "canceled", wantParams, false, false, 0); in SendWantSender()
214 senderInfo.finishedReceiver->PerformReceive(want, senderInfo.code, "canceled", wantParams, false, false, 0); in SendWantSender()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwant_receiver_interface.h29 virtual void PerformReceive(const Want &want, int resultCode, const std::string &data, const WantParams &extras,
/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
H A Dwant_receiver_stub_mock.h43 virtual void PerformReceive(const Want& want, int resultCode, const std::string& data, const WantParams& extras, in PerformReceive() function in OHOS::AAFwk::WantReceiverStubMock
H A Dwant_receiver_proxy_test.cpp76 * CaseDescription: Verify that the return value of PerformReceive is normal
86 proxy_->PerformReceive(want, 0, data, wantParams, true, true, 0); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_want_receiver.h29 MOCK_METHOD7(PerformReceive, void(const Want& want, int resultCode, const std::string& data,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dwant_receiver_proxy.h33 virtual void PerformReceive(const Want &want, int resultCode, const std::string &data, const WantParams &extras,
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dcompleted_dispatcher.cpp27 void CompletedDispatcher::PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data, in PerformReceive() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
H A Dpending_want.cpp348 void PendingWant::CancelReceiver::PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data, in PerformReceive() function in OHOS::AbilityRuntime::WantAgent::PendingWant::CancelReceiver
/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H A Dwant_receiver_stub_impl_mock.h52 virtual void PerformReceive(const Want& want, int resultCode, const std::string& data, const WantParams& extras, in PerformReceive() function in OHOS::AAFwk::WantReceiverStubImplMock
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dcompleted_dispatcher.h37 void PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data,
H A Dpending_want.h276 void PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data,
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp47 void PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data,
56 void WantSenderInfoTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, in PerformReceive() function in OHOS::AAFwk::WantSenderInfoTest::CancelReceiver
/foundation/ability/ability_runtime/test/unittest/pending_want_common_event_test/
H A Dpending_want_common_event_test.cpp46 virtual void PerformReceive(const Want &want, int resultCode, const std::string &data, const WantParams &extras, in PerformReceive() function in OHOS::AAFwk::TestWantReceiver
/foundation/ability/ability_runtime/test/unittest/completed_dispatcher_test/
H A Dcompleted_dispatcher_test.cpp129 * @tc.name : CompletedDispatcher PerformReceive
143 completedDispatcher.PerformReceive(want, 10, "test", wParams, 0, 0, 1); in HWTEST_F()
155 * @tc.name : CompletedDispatcher PerformReceive
171 completedDispatcher.PerformReceive(want, 10, "test", wParams, 0, 0, 1); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp69 void PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data,
89 void PendingWantRecordTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, in PerformReceive() function in OHOS::AAFwk::PendingWantRecordTest::CancelReceiver
475 * nullptr,flags:CONSTANT_FLAG,type:OperationType::SEND_COMMON_EVENT, 2.PerformReceive Called
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp67 void PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data,
87 void PendingWantManagerTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, in PerformReceive() function in OHOS::AAFwk::PendingWantManagerTest::CancelReceiver
475 * @tc.desc : 1.SendWantSender,call the function(PerformReceive) of the callback class
/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp1377 * @tc.name : PendingWant PerformReceive
1378 * @tc.desc : 1.PerformReceive
1396 cancelreceiver.PerformReceive(want, resultCode, data, extras, serialized, sticky, sendingUser); in HWTEST_F()

Completed in 13 milliseconds