Home
last modified time | relevance | path

Searched refs:RouterEvent (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp33 int32_t FormUtilsImpl::RouterEvent( in RouterEvent() function in OHOS::Ace::FormUtilsImpl
79 return AppExecFwk::FormMgr::GetInstance().RouterEvent(formId, want, token_); in RouterEvent()
H A Dform_utils_impl.h31 int32_t RouterEvent(
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_host_delegate_interface.h36 virtual int32_t RouterEvent(const int64_t formId, const Want &want) = 0;
H A Dform_host_delegate_proxy.h34 int32_t RouterEvent(const int64_t formId, const Want &want) override;
H A Dform_mgr_interface.h251 …virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) …
H A Dform_mgr_proxy.h207 …virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_utils.h29 …virtual int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t contain…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/form/
H A Dmock_form_utils.h29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_utils.h29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() function
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_delegate_proxy.cpp25 int32_t FormHostDelegateProxy::RouterEvent(const int64_t formId, const Want &want) in RouterEvent() function in OHOS::AppExecFwk::FormHostDelegateProxy
H A Dform_host_delegate_stub.cpp61 auto result = RouterEvent(formId, *want); in HandleRouterEvent()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.h57 ErrCode RouterEvent(const int64_t formId, const OHOS::AAFwk::Want &want);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostdelegatestub_fuzzer/
H A Dformhostdelegatestub_fuzzer.cpp34 int32_t RouterEvent(const int64_t formId, const Want &want) override in RouterEvent() function in OHOS::FormHostDelegateStubFuzzTest
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h39 …MOCK_METHOD3(RouterEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerT…
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_delegate_stub_test/
H A Dfms_form_host_delegate_stub_test.cpp77 int32_t RouterEvent(const int64_t formId, const Want &want) override in RouterEvent() function in __anone1b44a840110::MockFormHostDelegateCallback
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp68 formMgr.RouterEvent(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h125 … int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override in RouterEvent() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h108 …int32_t RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) over… in RouterEvent() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h225 int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h41 …MOCK_METHOD3(RouterEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerT…
H A Dmock_form_mgr_service.h49 …MOCK_METHOD3(RouterEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerT…
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp214 int FormMgrAdapter::RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &caller… in RouterEvent() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test.cpp266 EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_OK);
270 …EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_APPEXECFWK_FORM_PERMISSION_DE…
274 … EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_APPEXECFWK_FORM_COMMON_CODE);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h239 …int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp111 … int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override in RouterEvent() function in OHOS::FormMgrStubFuzzTest

12