Home
last modified time | relevance | path

Searched refs:NotifyServerState (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_service_isolate.cc54 void DartServiceIsolate::NotifyServerState(Dart_NativeArguments args) { in NotifyServerState() function in flutter::DartServiceIsolate
143 {"VMServiceIO_NotifyServerState", NotifyServerState, 1, true}, in Startup()
Ddart_service_isolate.h45 static void NotifyServerState(Dart_NativeArguments args);
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dservice_isolate.cc50 void NotifyServerState(Dart_NativeArguments args) { in NotifyServerState() function
142 {"VMServiceIO_NotifyServerState", NotifyServerState, 1, true}, in CreateServiceIsolate()