Lines Matching defs:frontend

302     // For DECLARATIVE_JS frontend use UI as JS Thread, so InitializeFrontend after UI thread created.
349 RefPtr<Frontend> frontend;
352 frontend.Swap(frontend_);
354 auto jsTask = [frontend]() {
355 auto lock = frontend->GetLock();
356 frontend->Destroy();
358 frontend->UpdateState(Frontend::State::ON_DESTROY);
460 LOGE("Create cj frontend failed.");
677 auto frontend = weakFrontend.Upgrade();
678 if (frontend) {
680 frontend->UpdateState(Frontend::State::ON_ACTIVE);
681 frontend->OnActive();
714 auto frontend = weakFrontend.Upgrade();
715 if (frontend) {
717 frontend->UpdateState(Frontend::State::ON_INACTIVE);
718 frontend->OnInactive();
1806 (!frontend_ ? "frontend is null"
1846 [frontend = WeakPtr<Frontend>(frontend_)] {
1847 auto sp = frontend.Upgrade();
1859 [isPrivate, frontend = WeakPtr<Frontend>(frontend_)] {
1860 auto sp = frontend.Upgrade();
1870 [frontend = WeakPtr<Frontend>(frontend_)] {
1871 auto sp = frontend.Upgrade();
1881 [frontend = WeakPtr<Frontend>(frontend_)] {
1882 auto sp = frontend.Upgrade();
1894 [frontend = WeakPtr<Frontend>(frontend_), storage,
1897 auto sp = frontend.Upgrade();
1990 // For DECLARATIVE_JS frontend display UI in JS thread temporarily.
2123 // Load custom style at UI thread before frontend attach, for loading style before building tree.
2655 auto frontend = container->GetFrontend();
2656 if (frontend) {
2657 LOGI("AceContainer UpdateConfiguration frontend MarkNeedUpdate");
2658 frontend->FlushReload();
2703 auto frontend = container->GetFrontend();
2704 CHECK_NULL_VOID(frontend);
2706 frontend->HotReload();
2762 auto frontend = AceType::DynamicCast<FormFrontendDeclarative>(frontend_);
2763 CHECK_NULL_VOID(frontend);
2764 frontend->UpdateData(data);
3101 auto frontend = container->GetFrontend();
3102 CHECK_NULL_VOID(frontend);
3103 auto accessibilityManager = frontend->GetAccessibilityManager();
3123 auto frontend = container->GetFrontend();
3124 CHECK_NULL_VOID(frontend);
3125 auto accessibilityManager = frontend->GetAccessibilityManager();
3145 auto frontend = container->GetFrontend();
3146 CHECK_NULL_VOID(frontend);
3147 auto accessibilityManager = frontend->GetAccessibilityManager();
3167 auto frontend = container->GetFrontend();
3168 CHECK_NULL_VOID(frontend);
3169 auto accessibilityManager = frontend->GetAccessibilityManager();
3189 auto frontend = container->GetFrontend();
3190 CHECK_NULL_VOID(frontend);
3191 auto accessibilityManager = frontend->GetAccessibilityManager();
3291 auto frontend = GetFrontend();
3292 if (frontend) {
3293 frontend->FlushReload();