/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_delegate_proxy.h | 34 int32_t RouterEvent(const int64_t formId, const Want &want) override;
|
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_mgr_interface.h | 251 virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) = 0;
|
H A D | form_mgr_proxy.h | 207 virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
|
/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()
|
/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 containerId,
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_utils_impl.h | 31 int32_t RouterEvent(
|
H A D | form_utils_impl.cpp | 31 int32_t FormUtilsImpl::RouterEvent( in RouterEvent() function in OHOS::Ace::FormUtilsImpl 77 return AppExecFwk::FormMgr::GetInstance().RouterEvent(formId, want, token_); in RouterEvent()
|
/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 in OHOS::Ace::final
|
/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 in OHOS::Ace::final
|
/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);
|
/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
|
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 68 formMgr.RouterEvent(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
|
/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
|
/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> &callerToken));
|
/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);
|
/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> &callerToken));
|
H A D | mock_form_mgr_service.h | 49 MOCK_METHOD3(RouterEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken));
|
/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> &callerToken) in RouterEvent() function in OHOS::AppExecFwk::FormMgrAdapter 216 GTEST_LOG_(INFO) << "RouterEvent called " << g_routerEvent; in RouterEvent()
|
H A D | fms_form_mgr_service_test.cpp | 292 * @tc.name: test RouterEvent function. 293 * @tc.desc: Verify that the RouterEvent interface is called normally and the return value is ERR_OK. 305 EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_OK); in HWTEST_F() 309 EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS); in HWTEST_F() 313 EXPECT_EQ(formMgrService.RouterEvent(formId, want, callerToken), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F()
|
/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) override
|
/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
|
/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;
|
/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
|