Home
last modified time | relevance | path

Searched refs:BackgroundEvent (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_utils.h35 virtual int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId,
H A Dform_manager_delegate.cpp633 formUtils_->BackgroundEvent(runningCardId_, action, instantId, wantCache_.GetElement().GetBundleName()); in OnActionEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.h37 int32_t BackgroundEvent(
H A Dform_utils_impl.cpp100 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 Dmock_form_utils.h41 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 Dmock_form_utils.h41 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 Dfms_form_mgr_service_test2.cpp254 * @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 Dmock_form_mgr_adapter.cpp324 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 Dform_mgr.h234 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h83 MOCK_METHOD3(BackgroundEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken));
H A Dmock_form_mgr_service.h50 MOCK_METHOD3(BackgroundEvent, int(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken));
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h112 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 Dform_extension_context_mock_test.h130 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h248 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
H A Dform_mgr_adapter.h303 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h242 virtual int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) = 0;
H A Dform_mgr_proxy.h216 virtual int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp115 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp568 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 Dform_mgr_service.cpp665 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 Dfms_form_mgr_proxy_test.cpp1850 * @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 Dfms_form_mgr_adapter_test2.cpp1835 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 Dfms_form_render_stub_test.cpp261 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2205 * @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 Dform_mgr_proxy.cpp748 int FormMgrProxy::BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) in BackgroundEvent() function in OHOS::AppExecFwk::FormMgrProxy

Completed in 38 milliseconds

12