Home
last modified time | relevance | path

Searched refs:GetCurrentFrontend (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/
H A Dcj_font_ffi.cpp26 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiFontManagerRegisterFont()
36 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiFontManagerGetSystemFontList()
46 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiFontManagerGetFontByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/router/
H A Dcj_router_ffi.cpp34 auto frontend = Utils::GetCurrentFrontend(); in FfiOHOSAceFrameworkRouterPush()
48 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiOHOSAceFrameworkRouterBack()
63 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiOHOSAceFrameworkRouterGetParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp37 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in CheckFrontendLegality()
82 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiPromptShowToast()
122 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiPromptOpenCustomDialog()
173 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiPromptCloseCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.cpp120 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiMeasureText()
132 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiMeasureTextSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dutils.h43 static RefPtr<Frontend> GetCurrentFrontend();
H A Dutils.cpp37 RefPtr<Frontend> Utils::GetCurrentFrontend() in GetCurrentFrontend() function in Utils