Home
last modified time | relevance | path

Searched refs:GetPendingWantType (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_client.h52 ErrCode GetPendingWantType(sptr<IWantSender> target, int32_t &type);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp287 EXPECT_CALL(*amsSerice, GetPendingWantType(_)).Times(1).WillOnce(Return(0));
338 …tyManager](const sptr<IWantSender>& target) { return abilityManager->GetPendingWantType(target); }; in __anon0bdd8e2e0502()
339 …EXPECT_CALL(*amsSerice, GetPendingWantType(_)).Times(1).WillOnce(Invoke(amsProxyGetPendingWantType…
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_ability_manager_proxy.h70 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
H A Dmock_ability_mgr_service.h79 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h154 int32_t GetPendingWantType(const sptr<IWantSender> &target);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp125 pendingWantManager->GetPendingWantType(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicesecond_fuzzer/
H A Dabilitymanagerservicesecond_fuzzer.cpp87 abilityms->GetPendingWantType(target); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp44 WantAgentClient::GetInstance().GetPendingWantType(target, operationType); in GetType()
471 ErrCode result = WantAgentClient::GetInstance().GetPendingWantType(target, operType); in GetType()
H A Dwant_agent_client.cpp203 ErrCode WantAgentClient::GetPendingWantType(sptr<IWantSender> target, int32_t &type) in GetPendingWantType() function in OHOS::AAFwk::WantAgentClient
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ability_manager.h118 int GetPendingWantType(const sptr<AAFwk::IWantSender> &target) override in GetPendingWantType() function
511 int GetPendingWantType(const sptr<AAFwk::IWantSender> &target) override in GetPendingWantType() function
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/appmgr/
H A Dmock_ability_mgr_host.h188 virtual int GetPendingWantType(const sptr<AAFwk::IWantSender>& target) override in GetPendingWantType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H A Dmock_ability_mgr_host.h239 virtual int GetPendingWantType(const sptr<AAFwk::IWantSender> &target) override in GetPendingWantType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_ability_mgr_host.h208 virtual int GetPendingWantType(const sptr<IWantSender> &target) override in GetPendingWantType() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h87 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
267 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_serviceability_manager_service.h131 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_service.h106 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_ability_manager_service.h123 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
H A Dmock_serviceability_manager_service.h125 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/
H A Dability_manager_stub_mock.h290 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sys_mgr_client_test/
H A Dmock_ability_manager_service.h104 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h85 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_stub_mock_test.h314 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_stub_mock.h326 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_impl_mock.h54 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_test/
H A Dability_manager_stub_mock.h319 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));

12