Home
last modified time | relevance | path

Searched refs:GetWantSender (Results 1 - 25 of 38) sorted by relevance

12

/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp253 * Function: GetWantSender
278 return abilityManager->GetWantSender(wantSenderInfo, callerToken); in HWTEST_F()
280 EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)); in HWTEST_F()
308 * Function: GetWantSender
333 return abilityManager->GetWantSender(wantSenderInfo, callerToken); in HWTEST_F()
335 EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)); in HWTEST_F()
379 * Function: GetWantSender
404 return abilityManager->GetWantSender(wantSenderInfo, callerToken); in HWTEST_F()
406 EXPECT_CALL(*amsSerice, GetWantSender(_, _)) in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/getwantsender_fuzzer/
H A Dgetwantsender_fuzzer.cpp67 WantAgentClient::GetInstance().GetWantSender(*wantSenderInfo, token, sender); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp82 ErrCode result = WantAgentClient::GetInstance().GetWantSender(wantSenderInfo, nullptr, target); in GetAbility()
127 ErrCode result = WantAgentClient::GetInstance().GetWantSender(wantSenderInfo, nullptr, target); in GetAbilities()
167 ErrCode result = WantAgentClient::GetInstance().GetWantSender(wantSenderInfo, nullptr, target); in GetCommonEventAsUser()
228 ErrCode result = WantAgentClient::GetInstance().GetWantSender(wantSenderInfo, nullptr, target); in BuildServicePendingWant()
H A Dwant_agent_client.cpp41 ErrCode WantAgentClient::GetWantSender( in GetWantSender() function in OHOS::AAFwk::WantAgentClient
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_client.h37 ErrCode GetWantSender(const WantSenderInfo &wantSenderInfo, const sptr<IRemoteObject> &callerToken,
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_ability_manager_proxy.h63 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
H A Dmock_ability_mgr_service.h71 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h139 sptr<IWantSender> GetWantSender(int32_t callingUid, int32_t uid, const bool isSystemApp,
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp104 pendingWantManager->GetWantSender(int32Param, int32Param, boolParam, wantSenderInfo, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicesecond_fuzzer/
H A Dabilitymanagerservicesecond_fuzzer.cpp77 abilityms->GetWantSender(wantSenderInfo, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ability_manager.h89 sptr<AAFwk::IWantSender> GetWantSender(
482 sptr<AAFwk::IWantSender> GetWantSender(
/foundation/ability/ability_runtime/test/moduletest/mock/include/appmgr/
H A Dmock_ability_mgr_host.h154 virtual sptr<AAFwk::IWantSender> GetWantSender(
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp175 * @tc.name : PendingWantManager GetWantSender
176 * @tc.desc : 1.GetWantSender function callingUid = 0
186 EXPECT_NE(pendingManager_->GetWantSender(callingUid, uid, isSystemApp, wantSenderInfo, nullptr), nullptr); in HWTEST_F()
191 * @tc.name : PendingWantManager GetWantSender
192 * @tc.desc : 1.GetWantSender function callingUid = 1 && callingUid != uid
202 EXPECT_NE(pendingManager_->GetWantSender(callingUid, uid, isSystemApp, wantSenderInfo, nullptr), nullptr); in HWTEST_F()
207 * @tc.name : PendingWantManager GetWantSender
208 * @tc.desc : 1.GetWantSender function callingUid = 1 && callingUid == uid
218 EXPECT_NE(pendingManager_->GetWantSender(callingUid, uid, isSystemApp, wantSenderInfo, nullptr), nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h79 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
259 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_serviceability_manager_service.h117 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h77 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_impl_mock.h46 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/ability_manager_test/
H A Dability_manager_stub_mock.h311 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_serviceability_manager_service.h123 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_stub_mock.h318 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_second_test/
H A Dability_manager_stub_mock_second_test.h306 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_stub_mock_test.h306 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_service.h98 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/sys_mgr_client_test/
H A Dmock_ability_manager_service.h96 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,
/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/
H A Dability_manager_stub_mock.h282 GetWantSender, sptr<IWantSender>(const WantSenderInfo& wantSenderInfo, const sptr<IRemoteObject>& callerToken,

Completed in 21 milliseconds

12