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);
890 bool DebugGrpcIO::IsReadGateOpen(const string& grpc_debug_url, in IsReadGateOpen() argument893 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsReadGateOpen()897 bool DebugGrpcIO::IsWriteGateOpen(const string& grpc_debug_url, in IsWriteGateOpen() argument900 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsWriteGateOpen()936 const string& grpc_debug_url) { in GetEnabledDebugOpStatesAtUrl() argument942 if (states->find(grpc_debug_url) == states->end()) { in GetEnabledDebugOpStatesAtUrl()944 (*states)[grpc_debug_url] = url_enabled_debug_op_states; in GetEnabledDebugOpStatesAtUrl()946 return &(*states)[grpc_debug_url]; in GetEnabledDebugOpStatesAtUrl()950 const string& grpc_debug_url, const string& watch_key, in SetDebugNodeKeyGrpcState() argument952 DebugNodeName2State* states = GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in SetDebugNodeKeyGrpcState()[all …]