Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.h74 std::string GetServiceId();
Ddart_isolate.cc133 std::string DartIsolate::GetServiceId() { in GetServiceId() function in flutter::DartIsolate
/third_party/flutter/engine/flutter/shell/common/
Dengine.cc151 std::string service_id = isolate->GetServiceId(); in Run()