Searched refs:remoteJsFormStateObserver (Results 1 – 2 of 2) sorted by relevance
403 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormAdd() local405 if (remoteJsFormStateObserver == nullptr) { in FormAdd()409 remoteJsFormStateObserver->OnAddForm(bundleName, runningFormInfo); in FormAdd()417 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormRemove() local419 if (remoteJsFormStateObserver == nullptr) { in FormRemove()423 remoteJsFormStateObserver->OnRemoveForm(bundleName, runningFormInfo); in FormRemove()1336 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in FormClickEvent() local1338 if (remoteJsFormStateObserver == nullptr) { in FormClickEvent()1343 remoteJsFormStateObserver->OnFormClickEvent(bundleName, formEventType, runningFormInfo); in FormClickEvent()
1044 sptr<AbilityRuntime::IJsFormStateObserver> remoteJsFormStateObserver = in NotifyWhetherFormsVisible() local1049 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::VISIBLE, in NotifyWhetherFormsVisible()1052 remoteJsFormStateObserver->NotifyWhetherFormsVisible(FormVisibilityType::INVISIBLE, in NotifyWhetherFormsVisible()