/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_utils_impl.cpp | 33 int32_t FormUtilsImpl::RouterEvent( in RouterEvent() function in OHOS::Ace::FormUtilsImpl 79 return AppExecFwk::FormMgr::GetInstance().RouterEvent(formId, want, token_); in RouterEvent()
|
H A D | form_utils_impl.h | 31 int32_t RouterEvent(
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_delegate_interface.h | 36 virtual int32_t RouterEvent(const int64_t formId, const Want &want) = 0;
|
H A D | form_host_delegate_proxy.h | 34 int32_t RouterEvent(const int64_t formId, const Want &want) override;
|
H A D | form_mgr_interface.h | 251 …virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) …
|
H A D | form_mgr_proxy.h | 207 …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 D | form_utils.h | 29 …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 D | mock_form_utils.h | 29 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 D | mock_form_utils.h | 29 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 D | form_host_delegate_proxy.cpp | 25 int32_t FormHostDelegateProxy::RouterEvent(const int64_t formId, const Want &want) in RouterEvent() function in OHOS::AppExecFwk::FormHostDelegateProxy
|
H A D | form_host_delegate_stub.cpp | 61 auto result = RouterEvent(formId, *want); in HandleRouterEvent()
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/ |
H A D | js_form_host.h | 57 ErrCode RouterEvent(const int64_t formId, const OHOS::AAFwk::Want &want);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostdelegatestub_fuzzer/ |
H A D | formhostdelegatestub_fuzzer.cpp | 34 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 D | mock_form_mgr_proxy.h | 39 …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 D | fms_form_host_delegate_stub_test.cpp | 77 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 D | formmgr_fuzzer.cpp | 68 formMgr.RouterEvent(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 125 … 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 D | mock_form_mgr_service.h | 108 …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 D | form_mgr.h | 225 int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken);
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 41 …MOCK_METHOD3(RouterEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerT…
|
H A D | mock_form_mgr_service.h | 49 …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 D | mock_form_mgr_adapter.cpp | 214 int FormMgrAdapter::RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &caller… in RouterEvent() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test.cpp | 266 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 D | form_mgr_service.h | 239 …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 D | formmgrstub_fuzzer.cpp | 111 … int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override in RouterEvent() function in OHOS::FormMgrStubFuzzTest
|