Home
last modified time | relevance | path

Searched refs:CancelWantSender (Results 1 - 25 of 37) sorted by relevance

12

/foundation/ability/ability_runtime/test/fuzztest/cancelwantsender_fuzzer/
H A Dcancelwantsender_fuzzer.cpp42 WantAgentClient::GetInstance().CancelWantSender(sender); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_client.h42 ErrCode CancelWantSender(const sptr<IWantSender> &sender);
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_ability_manager_proxy.h66 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
H A Dmock_ability_mgr_service.h74 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h142 void CancelWantSender(const bool isSystemApp, const sptr<IWantSender> &sender);
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp113 pendingWantManager->CancelWantSender(boolParam, wantSenderPtr); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicesecond_fuzzer/
H A Dabilitymanagerservicesecond_fuzzer.cpp82 abilityms->CancelWantSender(sender); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ability_manager.h98 void CancelWantSender(const sptr<AAFwk::IWantSender> &sender) override
491 void CancelWantSender(const sptr<AAFwk::IWantSender> &sender) override
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp352 [&abilityManager](const sptr<IWantSender>& sender) { return abilityManager->CancelWantSender(sender); }; in HWTEST_F()
353 EXPECT_CALL(*amsSerice, CancelWantSender(_)).Times(1).WillOnce(Invoke(amsProxyCancelWantSender)); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/appmgr/
H A Dmock_ability_mgr_host.h165 virtual void CancelWantSender(const sptr<AAFwk::IWantSender>& sender) override
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h82 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
262 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_serviceability_manager_service.h120 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
H A Dmock_ability_manager_service.h118 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h80 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_impl_mock.h49 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/ability_manager_test/
H A Dability_manager_stub_mock.h314 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_serviceability_manager_service.h126 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_stub_mock.h321 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_second_test/
H A Dability_manager_stub_mock_second_test.h309 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_stub_mock_test.h309 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_service.h101 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/sys_mgr_client_test/
H A Dmock_ability_manager_service.h99 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/
H A Dability_manager_stub_mock.h285 MOCK_METHOD1(CancelWantSender, void(const sptr<IWantSender>& sender));
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_client.cpp111 ErrCode WantAgentClient::CancelWantSender(const sptr<IWantSender> &sender) in CancelWantSender() function in OHOS::AAFwk::WantAgentClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_ability_mgr_host.h185 virtual void CancelWantSender(const sptr<IWantSender> &sender) override

Completed in 14 milliseconds

12