Home
last modified time | relevance | path

Searched refs:jsFrontend (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_radio_util.cpp35 auto jsFrontend = AceType::DynamicCast<JsFrontend>(frontend); in GetRadioGroups() local
36 if (!jsFrontend) { in GetRadioGroups()
39 page = jsFrontend->GetCurrentReadyPage().Upgrade(); in GetRadioGroups()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp170 auto jsFrontend = AceType::DynamicCast<JsFrontend>(frontend_); in InitializeFrontend() local
173 jsFrontend->SetJsEngine(jsEngine); in InitializeFrontend()
174 jsFrontend->SetNeedDebugBreakPoint(AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint()); in InitializeFrontend()
175 jsFrontend->SetDebugVersion(AceApplicationInfo::GetInstance().IsDebugVersion()); in InitializeFrontend()
625 auto jsFrontend = AceType::DynamicCast<JsFrontend>(front); in FetchResponse() local
626 if (jsFrontend) { in FetchResponse()
627 jsFrontend->TransferJsResponseDataPreview(callbackId, ACTION_SUCCESS, responseData); in FetchResponse()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp383 auto jsFrontend = AceType::DynamicCast<JsFrontend>(frontend_); in InitializeFrontend() local
388 jsFrontend->SetJsEngine(jsEngine); in InitializeFrontend()
389 jsFrontend->SetNeedDebugBreakPoint(AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint()); in InitializeFrontend()
390 jsFrontend->SetDebugVersion(AceApplicationInfo::GetInstance().IsDebugVersion()); in InitializeFrontend()

Completed in 9 milliseconds