Searched refs:num_started (Results 1 – 2 of 2) sorted by relevance
40160 int num_started = 0; in QueryServiceState() local40162 num_started += kv.second.state == TracingSession::State::STARTED ? 1 : 0; in QueryServiceState()40163 svc_state.set_num_sessions_started(static_cast<int>(num_started)); in QueryServiceState()
54520 int num_started = 0; in QueryServiceState() local54522 num_started += kv.second.state == TracingSession::State::STARTED ? 1 : 0; in QueryServiceState()54523 svc_state.set_num_sessions_started(static_cast<int>(num_started)); in QueryServiceState()