Searched refs:NotifyWhetherFormsVisible (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | js_form_state_observer_interface.h | 51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
|
H A D | js_form_state_observer_proxy.h | 51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
|
/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_proxy_test/ |
H A D | fms_js_form_state_observer_proxy_test.cpp | 75 * @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 D | js_form_state_observer_stub.cpp | 100 int32_t result = NotifyWhetherFormsVisible(formVisiblityType, bundleName, infos); in HandleNotifyWhetherFormsVisible()
|
H A D | js_form_state_observer_proxy.cpp | 92 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 D | js_form_state_observer.h | 132 int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType, const std::string &bundleName,
|
H A D | js_form_state_observer.cpp | 444 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 D | fms_js_form_state_observer_stub_test.cpp | 82 int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType,
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 1082 void NotifyWhetherFormsVisible(const std::string &bundleName,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 965 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