Home
last modified time | relevance | path

Searched refs:NotifyWhetherFormsVisible (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Djs_form_state_observer_interface.h51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
H A Djs_form_state_observer_proxy.h51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_proxy_test/
H A Dfms_js_form_state_observer_proxy_test.cpp75 * @tc.desc: test NotifyWhetherFormsVisible function.
83 int result = jsFormStateObserverProxy->NotifyWhetherFormsVisible(FormVisibilityType::UNKNOWN, in HWTEST_F()
91 * @tc.desc: test NotifyWhetherFormsVisible function.
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Djs_form_state_observer_stub.cpp100 int32_t result = NotifyWhetherFormsVisible(formVisiblityType, bundleName, infos); in HandleNotifyWhetherFormsVisible()
H A Djs_form_state_observer_proxy.cpp92 int32_t JsFormStateObserverProxy::NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType formVisiblityType, in NotifyWhetherFormsVisible() function in OHOS::AbilityRuntime::JsFormStateObserverProxy
113 HILOG_DEBUG("NotifyWhetherFormsVisible formInstances size %{public}zu size", formInstances.size()); in NotifyWhetherFormsVisible()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.h132 int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType, const std::string &bundleName,
H A Djs_form_state_observer.cpp444 int32_t JsFormStateObserver::NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType, in NotifyWhetherFormsVisible() function in OHOS::AbilityRuntime::JsFormStateObserver
/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_stub_test/
H A Dfms_js_form_state_observer_stub_test.cpp82 int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType,
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h1082 void NotifyWhetherFormsVisible(const std::string &bundleName,
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp965 NotifyWhetherFormsVisible(formObserver.first, formObserver.second, formInstanceMaps, formVisibleType); in HandlerNotifyWhetherVisibleForms()
979 void FormMgrAdapter::NotifyWhetherFormsVisible(const std::string &bundleName, in NotifyWhetherFormsVisible() function in OHOS::AppExecFwk::FormMgrAdapter
990 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::VISIBLE, in NotifyWhetherFormsVisible()
993 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::INVISIBLE, in NotifyWhetherFormsVisible()

Completed in 14 milliseconds