Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dvmservice_test.dart54 void sendNotification(String method, [ dynamic parameters ]) {
55 throw 'unexpected call to sendNotification';
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart143 _peer.sendNotification('registerService', <String, String>{
169 _peer.sendNotification('registerService', <String, String>{
207 _peer.sendNotification('registerService', <String, String>{
/third_party/node/src/
Dinspector_agent.cc287 void sendNotification( in sendNotification() function in node::inspector::__anon3f0d7d490111::ChannelImpl
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252526 virtual void sendNotification(std::unique_ptr<StringBuffer> message) = 0;
252955 + void sendNotification(std::unique_ptr<StringBuffer> message) override {}