Searched refs:LoadReporterAsyncServiceImpl (Results 1 – 4 of 4) sorted by relevance
26 void LoadReporterAsyncServiceImpl::CallableTag::Run(bool ok) { in Run()32 LoadReporterAsyncServiceImpl::LoadReporterAsyncServiceImpl( in LoadReporterAsyncServiceImpl() function in grpc::load_reporter::LoadReporterAsyncServiceImpl47 LoadReporterAsyncServiceImpl::~LoadReporterAsyncServiceImpl() { in ~LoadReporterAsyncServiceImpl()59 void LoadReporterAsyncServiceImpl::ScheduleNextFetchAndSample() { in ScheduleNextFetchAndSample()76 void LoadReporterAsyncServiceImpl::FetchAndSample(bool ok) { in FetchAndSample()86 void LoadReporterAsyncServiceImpl::Work(void* arg) { in Work()87 LoadReporterAsyncServiceImpl* service = in Work()88 reinterpret_cast<LoadReporterAsyncServiceImpl*>(arg); in Work()113 void LoadReporterAsyncServiceImpl::StartThread() { thread_->Start(); } in StartThread()115 void LoadReporterAsyncServiceImpl::ReportLoadHandler::CreateAndStart( in CreateAndStart()[all …]
38 class LoadReporterAsyncServiceImpl41 explicit LoadReporterAsyncServiceImpl(43 ~LoadReporterAsyncServiceImpl();49 LoadReporterAsyncServiceImpl(const LoadReporterAsyncServiceImpl&) = delete;50 LoadReporterAsyncServiceImpl& operator=(const LoadReporterAsyncServiceImpl&) =100 LoadReporterAsyncServiceImpl* service,106 LoadReporterAsyncServiceImpl* service,148 LoadReporterAsyncServiceImpl* service_;
45 service_ = std::make_shared<LoadReporterAsyncServiceImpl>(std::move(cq)); in UpdateServerBuilder()
53 std::shared_ptr<LoadReporterAsyncServiceImpl> service_;