Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp403 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormAdd() local
405 if (remoteJsFormStateObserver == nullptr) { in FormAdd()
409 remoteJsFormStateObserver->OnAddForm(bundleName, runningFormInfo); in FormAdd()
417 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormRemove() local
419 if (remoteJsFormStateObserver == nullptr) { in FormRemove()
423 remoteJsFormStateObserver->OnRemoveForm(bundleName, runningFormInfo); in FormRemove()
1336 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormClickEvent() local
1338 if (remoteJsFormStateObserver == nullptr) { in FormClickEvent()
1343 remoteJsFormStateObserver->OnFormClickEvent(bundleName, formEventType, runningFormInfo); in FormClickEvent()
H A Dform_mgr_adapter.cpp1044 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in NotifyWhetherFormsVisible() local
1049 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::VISIBLE, in NotifyWhetherFormsVisible()
1052 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::INVISIBLE, in NotifyWhetherFormsVisible()