Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dgc_stats.py39 object_ids = set()
44 object_ids.add(id(obj))
47 new_object_ids = object_ids - _previous_obj_ids
89 _previous_obj_ids = object_ids
Dmonitor_db.py424 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
425 for object_id in object_ids:
429 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
430 for object_id in object_ids: