Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dmonitor_db.py437 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
439 agent_dict.setdefault(object_id, set()).add(agent)
442 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
444 assert object_id in agent_dict
445 agent_dict[object_id].remove(agent)
449 if not agent_dict[object_id]:
450 agent_dict.pop(object_id)