Lines Matching refs:grpc
31 using ::grpc::ServerAsyncResponseWriter;
32 using ::grpc::ServerAsyncWriter;
33 using ::grpc::ServerContext;
43 …::grpc::Status GetMacAddress(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in GetMacAddress()
47 return ::grpc::Status::OK; in GetMacAddress()
50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName()
54 return ::grpc::Status::OK; in GetLocalName()
57 ::grpc::Status WriteLocalName(::grpc::ServerContext* context, const NameMsg* request, in WriteLocalName()
60 return ::grpc::Status::OK; in WriteLocalName()
68 ::bluetooth::grpc::GrpcFacadeModule::ListDependencies(list); in ListDependencies()
73 ::bluetooth::grpc::GrpcFacadeModule::Start(); in Start()
79 ::bluetooth::grpc::GrpcFacadeModule::Stop(); in Stop()
82 ::grpc::Service* ControllerFacadeModule::GetService() const { in GetService()