예제 #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