Searched refs:GetCurrentFrontend (Results 1 – 6 of 6) sorted by relevance
26 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()
34 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()
37 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()
120 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiMeasureText()132 auto frontend = AceType::DynamicCast<CJFrontendAbstract>(Utils::GetCurrentFrontend()); in FfiMeasureTextSize()
43 static RefPtr<Frontend> GetCurrentFrontend();
37 RefPtr<Frontend> Utils::GetCurrentFrontend() in GetCurrentFrontend() function in Utils