Searched refs:grpc_debug_url (Results 1 – 2 of 2) sorted by relevance
369 static bool IsReadGateOpen(const string& grpc_debug_url,374 static bool IsWriteGateOpen(const string& grpc_debug_url,385 const string& grpc_debug_url, const string& watch_key,416 const string& grpc_debug_url);
891 bool DebugGrpcIO::IsReadGateOpen(const string& grpc_debug_url, in IsReadGateOpen() argument894 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsReadGateOpen()898 bool DebugGrpcIO::IsWriteGateOpen(const string& grpc_debug_url, in IsWriteGateOpen() argument901 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsWriteGateOpen()937 const string& grpc_debug_url) { in GetEnabledDebugOpStatesAtUrl() argument943 if (states->find(grpc_debug_url) == states->end()) { in GetEnabledDebugOpStatesAtUrl()945 (*states)[grpc_debug_url] = url_enabled_debug_op_states; in GetEnabledDebugOpStatesAtUrl()947 return &(*states)[grpc_debug_url]; in GetEnabledDebugOpStatesAtUrl()951 const string& grpc_debug_url, const string& watch_key, in SetDebugNodeKeyGrpcState() argument953 DebugNodeName2State* states = GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in SetDebugNodeKeyGrpcState()[all …]