Home
last modified time | relevance | path

Searched refs:remoteJsFormStateObserver (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp402 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormAdd() local
404 if (remoteJsFormStateObserver == nullptr) { in FormAdd()
408 remoteJsFormStateObserver->OnAddForm(bundleName, runningFormInfo); in FormAdd()
416 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormRemove() local
418 if (remoteJsFormStateObserver == nullptr) { in FormRemove()
422 remoteJsFormStateObserver->OnRemoveForm(bundleName, runningFormInfo); in FormRemove()
1229 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormClickEvent() local
1231 if (remoteJsFormStateObserver == nullptr) { in FormClickEvent()
1236 remoteJsFormStateObserver->OnFormClickEvent(bundleName, formEventType, runningFormInfo); in FormClickEvent()
H A Dform_mgr_adapter.cpp985 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in NotifyWhetherFormsVisible() local
990 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::VISIBLE, in NotifyWhetherFormsVisible()
993 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::INVISIBLE, in NotifyWhetherFormsVisible()

Completed in 9 milliseconds