Searched refs:service_protocol (Results 1 – 6 of 6) sorted by relevance
137 ServiceProtocol* service_protocol, in HandleMessage() argument139 if (service_protocol == nullptr) { in HandleMessage()144 return service_protocol->HandleMessage(method, params, response); in HandleMessage()
65 "service_protocol.cc",66 "service_protocol.h",
90 ServiceProtocol* service_protocol,
617 if (auto service_protocol = DartVMRef::GetServiceProtocol()) { in DartCreateAndStartServiceIsolate() local618 service_protocol->ToggleHooks(true); in DartCreateAndStartServiceIsolate()
15 group('service_protocol discovery', () {
465 FILE: ../../../flutter/runtime/service_protocol.cc466 FILE: ../../../flutter/runtime/service_protocol.h