/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_utils.h | 35 virtual int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId,
|
H A D | form_manager_delegate.cpp | 633 formUtils_->BackgroundEvent(runningCardId_, action, instantId, wantCache_.GetElement().GetBundleName()); in OnActionEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_utils_impl.h | 37 int32_t BackgroundEvent(
|
H A D | form_utils_impl.cpp | 100 int32_t FormUtilsImpl::BackgroundEvent( in BackgroundEvent() function in OHOS::Ace::FormUtilsImpl 140 return AppExecFwk::FormMgr::GetInstance().BackgroundEvent(formId, want, token); in BackgroundEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/common/form/ |
H A D | mock_form_utils.h | 41 int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_form_utils.h | 41 int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent() function in OHOS::Ace::final
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test2.cpp | 254 * @tc.name: test BackgroundEvent function. 255 * @tc.desc: Verify that the BackgroundEvent interface is called normally 266 int ret = formMgrService.BackgroundEvent(formId, want, callerToken); in HWTEST_F() 271 ret = formMgrService.BackgroundEvent(formId, want, callerToken); in HWTEST_F() 275 ret = formMgrService.BackgroundEvent(formId, want, callerToken); in HWTEST_F()
|
H A D | mock_form_mgr_adapter.cpp | 324 int FormMgrAdapter::BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) in BackgroundEvent() function in OHOS::AppExecFwk::FormMgrAdapter
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 234 int BackgroundEvent(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 | 83 MOCK_METHOD3(BackgroundEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken));
|
H A D | mock_form_mgr_service.h | 50 MOCK_METHOD3(BackgroundEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken));
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 112 int32_t BackgroundEvent(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 | 130 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 248 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
|
H A D | form_mgr_adapter.h | 303 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 242 virtual int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) = 0;
|
H A D | form_mgr_proxy.h | 216 virtual int BackgroundEvent(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 | 115 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 568 int FormMgr::BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) in BackgroundEvent() function in OHOS::AppExecFwk::FormMgr 581 return remoteProxy_->BackgroundEvent(formId, want, callerToken); in BackgroundEvent()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 665 int FormMgrService::BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) in BackgroundEvent() function in OHOS::AppExecFwk::FormMgrService 686 return FormMgrAdapter::GetInstance().BackgroundEvent(formId, want, callerToken); in BackgroundEvent()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1850 * @tc.desc: test BackgroundEvent function 1864 int32_t result = proxy->BackgroundEvent(formId, want, nullptr); in HWTEST_F() 1870 * @tc.desc: test BackgroundEvent function and return ERR_OK 1886 int32_t result = proxy->BackgroundEvent(formId, want, nullptr); in HWTEST_F() 1892 * @tc.desc: test BackgroundEvent function and return ERR_APPEXECFWK_FORM_SEND_FMS_MSG 1907 int32_t result = proxy->BackgroundEvent(formId, want, nullptr); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 1835 EXPECT_EQ(ERR_OK, formMgrAdapter.BackgroundEvent(formId, want, callerToken));
in HWTEST_F() 1861 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formMgrAdapter.BackgroundEvent(formId, want, callerToken));
in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 261 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 2205 * @tc.desc: Verify BackgroundEvent 2211 EXPECT_CALL(*mockProxy, BackgroundEvent(_, _, _)) in HWTEST_F() 2219 int result = FormMgr::GetInstance().BackgroundEvent(formId, want, callerToken); in HWTEST_F() 3545 * @tc.desc: Verify BackgroundEvent 3556 int result = FormMgr::GetInstance().BackgroundEvent(FORM_ID, want, callerToken); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 748 int FormMgrProxy::BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) in BackgroundEvent() function in OHOS::AppExecFwk::FormMgrProxy
|