示例#1
0
 def ResolveCarReport(self):
     if SOCKETS_ENABLED():
         with self.channel:
             response = self.stub.ResolveCarReport(
                 car_share_pb2.GeneralRequest(data=""))
         return response
示例#2
0
 def VoiceRecognitionQuery(self):
     if SOCKETS_ENABLED():
         with self.channel:
             response = self.stub.VoiceRecognitionQuery(
                 car_share_pb2.GeneralRequest(data=""))
         return response
示例#3
0
 def UnloadUser(self):
     if SOCKETS_ENABLED():
         with self.channel:
             response = self.stub.UnloadUser(
                 car_share_pb2.GeneralRequest(data=""))
         return response
示例#4
0
 def SearchBluetooth(self):
     if SOCKETS_ENABLED():
         with self.channel:
             response = self.stub.SearchBluetooth(
                 car_share_pb2.GeneralRequest(data=""))
         return response