Searched defs:collection_name (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_client.py | 102 def export(self, collection_name, path): argument 126 def export_as_csv(self, channels, collection_name, output_file): argument 156 def add_markers(self, collection_name, markers): argument 192 def get_metrics(self, collection_name, start=None, end=None): argument 236 def start_collection(self, collection_name, default_sampling_rate=1000): argument 270 def stop_collection(self, collection_name): argument 289 def list_channels(self, collection_name): argument 298 def export_as_monsoon_format(self, dest_path, collection_name, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bits.py | 537 def get_bits_root_rail_csv_export(self, file_path=None, collection_name=None): argument
|