Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dmonitor_db.py401 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
403 agent_dict.setdefault(object_id, set()).add(agent)
406 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
408 assert object_id in agent_dict
409 agent_dict[object_id].remove(agent)
413 if not agent_dict[object_id]:
414 agent_dict.pop(object_id)