Searched refs:ListHals (Results 1 – 4 of 4) sorted by relevance
58 lib_list = self._client.ListHals(target_basepaths)
50 bool ListHals(const ::google::protobuf::RepeatedPtrField<string>& base_paths);
40 bool AgentRequestHandler::ListHals(const RepeatedPtrField<string>& base_paths) { in ListHals() function in android::vts::AgentRequestHandler554 return ListHals(command_msg.paths());
179 def ListHals(self, base_paths): member in VtsTcpClient