Home
last modified time | relevance | path

Searched refs:api_name (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/mirror/
Dnative_entity_mirror.py79 def GetApi(self, api_name): argument
88 logging.debug("GetAPI %s for %s", api_name, self._if_spec_msg)
90 if api_name == "notifySyspropsChanged":
92 func_msg.name = api_name
98 if api.name == api_name:
181 def __getattr__(self, api_name, *args, **kwargs): argument
192 func_msg = self.GetApi(api_name)
196 logging.debug("remote call %s%s", api_name, args)
308 return self.Py2Pb(api_name, args)
316 if not self.GetAttribute(api_name):
[all …]
/test/vts/utils/python/profiling/
Dprofiling_utils.py276 full_interface, api_name = full_api.rsplit("::", 1)
277 if profiling_data.values.get(api_name):
278 profiling_data.values[api_name].append(long(latency))
280 profiling_data.values[api_name] = [long(latency)]
288 full_interface].covered_apis.add(api_name)
296 if api_name in total_apis:
297 vts_api_coverage.covered_apis.add(api_name)
300 api_name, full_interface)