Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Druntime_agent.h21 bool notifyWaitingForDisconnect();
Druntime_agent.cc23 bool RuntimeAgent::notifyWaitingForDisconnect() { in notifyWaitingForDisconnect() function in node::inspector::protocol::RuntimeAgent
/third_party/node/src/
Dinspector_agent.cc271 bool notifyWaitingForDisconnect() { in notifyWaitingForDisconnect() function in node::inspector::__anon3f0d7d490111::ChannelImpl
272 retaining_context_ = runtime_agent_->notifyWaitingForDisconnect(); in notifyWaitingForDisconnect()
574 bool notifyWaitingForDisconnect() { in notifyWaitingForDisconnect() function in node::inspector::NodeInspectorClient
577 if (id_channel.second->notifyWaitingForDisconnect()) in notifyWaitingForDisconnect()
780 if (!client_->notifyWaitingForDisconnect()) { in WaitForDisconnect()