Home
last modified time | relevance | path

Searched refs:ExecuteInsightIntentDone (Results 1 - 25 of 30) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_impl.cpp234 void UIAbilityImpl::ExecuteInsightIntentDone(uint64_t intentId, const InsightIntentExecuteResult &result) in ExecuteInsightIntentDone() function in OHOS::AbilityRuntime::UIAbilityImpl
237 auto ret = AAFwk::AbilityManagerClient::GetInstance()->ExecuteInsightIntentDone(token_, intentId, result); in ExecuteInsightIntentDone()
718 abilityImpl->ExecuteInsightIntentDone(intentId, result); in ExecuteInsightIntentRepeateForeground()
746 abilityImpl->ExecuteInsightIntentDone(intentId, result); in ExecuteInsightIntentMoveToForeground()
834 abilityImpl->ExecuteInsightIntentDone(intentId, result); in ExecuteInsightIntentBackgroundByColdBoot()
857 abilityImpl->ExecuteInsightIntentDone(intentId, result); in ExecuteInsightIntentBackgroundAlreadyStart()
H A Djs_service_extension.cpp549 auto ret = AAFwk::AbilityManagerClient::GetInstance()->ExecuteInsightIntentDone(token, intentId, result); in OnInsightIntentExecuteDone()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability_impl.h88 void ExecuteInsightIntentDone(uint64_t intentId, const AppExecFwk::InsightIntentExecuteResult &result);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ability_manager.h323 int32_t ExecuteInsightIntentDone(const sptr<IRemoteObject> &token, uint64_t intentId, in ExecuteInsightIntentDone() function in OHOS::AppExecFwk::MockAbilityMgrProxy
817 int32_t ExecuteInsightIntentDone(const sptr<IRemoteObject> &token, uint64_t intentId, in ExecuteInsightIntentDone() function in OHOS::AppExecFwk::MockAbilityMgrService
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_ability_mgr_service.h149 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h193 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
373 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_serviceability_manager_service.h308 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
H A Dmock_ability_manager_service.h292 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h279 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_impl_mock.h441 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_test/
H A Dability_manager_stub_mock.h428 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_serviceability_manager_service.h340 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_stub_mock.h431 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_second_test/
H A Dability_manager_stub_mock_second_test.h428 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_stub_mock_test.h428 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
H A Dability_manager_client_branch_test.cpp1991 * @tc.desc: ExecuteInsightIntentDone
2000 auto result = client_->ExecuteInsightIntentDone(token, intentId, executeResult); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_service.h301 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/sys_mgr_client_test/
H A Dmock_ability_manager_service.h283 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_ability_mgr_service.h278 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/
H A Dability_manager_stub_mock.h404 MOCK_METHOD3(ExecuteInsightIntentDone, int32_t(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_proxy.h1290 int32_t ExecuteInsightIntentDone(const sptr<IRemoteObject> &token, uint64_t intentId,
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_interface.h1629 virtual int32_t ExecuteInsightIntentDone(const sptr<IRemoteObject> &token, uint64_t intentId,
H A Dability_manager_client.h1424 ErrCode ExecuteInsightIntentDone(sptr<IRemoteObject> token, uint64_t intentId,
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp2188 * @tc.desc: Test ExecuteInsightIntentDone when abilityRecord is nullptr.
2197 auto res = abilityMs->ExecuteInsightIntentDone(token, intentId, result); in HWTEST_F()
2203 * @tc.desc: Test ExecuteInsightIntentDone when GetBundleName failed.
2219 auto res = abilityMs->ExecuteInsightIntentDone(token, intentId, result); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1839 ErrCode AbilityManagerClient::ExecuteInsightIntentDone(sptr<IRemoteObject> token, uint64_t intentId, in ExecuteInsightIntentDone() function in OHOS::AAFwk::AbilityManagerClient
1845 return abms->ExecuteInsightIntentDone(token, intentId, result); in ExecuteInsightIntentDone()

Completed in 36 milliseconds

12