/foundation/ability/ability_runtime/test/unittest/wants_info_test/ |
H A D | wants_info_test.cpp | 46 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 D | sender_info_test.cpp | 44 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 D | pending_want_common_event.cpp | 38 finishedReceiver_->PerformReceive(data.GetWant(), data.GetCode(), "", wantParams_, false, false, 0); in OnReceiveEvent()
|
H A D | pending_want_record.cpp | 71 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 D | want_receiver_stub.cpp | 74 PerformReceive(*want, resultCode, bundleName, *wantParams, serialized, sticky, sendingUser); in PerformReceiveInner()
|
H A D | want_receiver_proxy.cpp | 51 void WantReceiverProxy::PerformReceive(const Want &want, int resultCode, const std::string &data, in PerformReceive() function in OHOS::AAFwk::WantReceiverProxy
|
H A D | pending_want_manager.cpp | 204 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 D | want_receiver_interface.h | 29 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 D | want_receiver_stub_mock.h | 43 virtual void PerformReceive(const Want& want, int resultCode, const std::string& data, const WantParams& extras, in PerformReceive() function in OHOS::AAFwk::WantReceiverStubMock
|
H A D | want_receiver_proxy_test.cpp | 76 * 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 D | mock_want_receiver.h | 29 MOCK_METHOD7(PerformReceive, void(const Want& want, int resultCode, const std::string& data,
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | want_receiver_proxy.h | 33 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 D | completed_dispatcher.cpp | 27 void CompletedDispatcher::PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data, in PerformReceive() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
|
H A D | pending_want.cpp | 348 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 D | want_receiver_stub_impl_mock.h | 52 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 D | completed_dispatcher.h | 37 void PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data,
|
H A D | pending_want.h | 276 void PerformReceive(const AAFwk::Want &want, int resultCode, const std::string &data,
|
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/ |
H A D | want_sender_info_test.cpp | 47 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 D | pending_want_common_event_test.cpp | 46 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 D | completed_dispatcher_test.cpp | 129 * @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 D | pending_want_record_test.cpp | 69 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 D | pending_want_manager_test.cpp | 67 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 D | pending_want_test.cpp | 1377 * @tc.name : PendingWant PerformReceive 1378 * @tc.desc : 1.PerformReceive 1396 cancelreceiver.PerformReceive(want, resultCode, data, extras, serialized, sticky, sendingUser); in HWTEST_F()
|