Home
last modified time | relevance | path

Searched refs:ServiceStart (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dservice.h43 Status ServiceStart();
Dservice.cc21 Status Service::ServiceStart() { in ServiceStart() function in mindspore::dataset::Service
Dintrp_service.cc23 IntrpService::IntrpService() try : high_water_mark_(0) { (void)ServiceStart(); } catch (const std::… in IntrpService()
Dservices.cc103 RETURN_IF_NOT_OK(tm.ServiceStart()); in CreateAllInstances()
Dtask_manager.cc337 (void)Service::ServiceStart(); in TaskGroup()
DREADME.md499 ### Service::ServiceStart()
501 …service at the same time, only one of them will drive the service up. ServiceStart() will call DoS…
525 …ervices singleton will bring each one up by calling the corresponding ServiceStart() function. The…
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_admin_arg.cc414 RETURN_IF_NOT_OK(comm.ServiceStart()); in RunCommand()
424 RETURN_IF_NOT_OK(comm.ServiceStart()); in RunCommand()
437 RETURN_IF_NOT_OK(comm.ServiceStart()); in RunCommand()
488 RETURN_IF_NOT_OK(comm.ServiceStart()); in ShowServerInfo()
529 RETURN_IF_NOT_OK(comm.ServiceStart()); in StopServer()
Dcache_grpc_client.cc59 RETURN_IF_NOT_OK(vg_.ServiceStart()); in DoServiceStart()
Dcache_client.cc200 RETURN_IF_NOT_OK(comm_->ServiceStart()); in CreateCache()
388 RETURN_IF_NOT_OK(vg_.ServiceStart()); in Init()
Dcache_pool.cc40 RETURN_IF_NOT_OK(sm_->ServiceStart()); in DoServiceStart()
Dcache_service.cc57 RETURN_IF_NOT_OK(cp_->ServiceStart()); in DoServiceStart()
Dcache_server.cc46 RETURN_IF_NOT_OK(vg_.ServiceStart()); in DoServiceStart()
237 RETURN_IF_NOT_OK(cs->ServiceStart()); in CreateService()
1023 Status rc = ServiceStart(); in Run()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc273 RETURN_IF_NOT_OK(comm.ServiceStart()); in GetSession()
300 rc = comm.ServiceStart(); in ~CachePerfRun()
530 RETURN_IF_NOT_OK(vg_.ServiceStart()); in Run()
Dcache_pipeline_run.cc165 RETURN_IF_NOT_OK(vg_.ServiceStart()); in Run()