Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1492 std::vector<int> ids_to_scan; in GetStagedApexFiles() local
1494 ids_to_scan = child_session_ids; in GetStagedApexFiles()
1496 ids_to_scan = {session_id}; in GetStagedApexFiles()
1501 for (int id_to_scan : ids_to_scan) { in GetStagedApexFiles()
3122 std::vector<int> ids_to_scan; in SubmitStagedSession() local
3124 ids_to_scan = child_session_ids; in SubmitStagedSession()
3126 ids_to_scan = {session_id}; in SubmitStagedSession()
3135 for (int id_to_scan : ids_to_scan) { in SubmitStagedSession()