Searched refs:CallApi (Results 1 – 4 of 4) sorted by relevance
70 bool CallApi(const string& call_payload, const string& uid);
325 bool AgentRequestHandler::CallApi(const string& call_payload, function in android::vts::AgentRequestHandler566 return CallApi(command_msg.arg(), command_msg.driver_caller_uid());
222 results = self._client.CallApi(
340 def CallApi(self, arg, caller_uid=None): member in VtsTcpClient