Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1481 std::vector<int> ids_to_scan; in GetStagedApexFiles() local
1483 ids_to_scan = child_session_ids; in GetStagedApexFiles()
1485 ids_to_scan = {session_id}; in GetStagedApexFiles()
1490 for (int id_to_scan : ids_to_scan) { in GetStagedApexFiles()
3127 std::vector<int> ids_to_scan; in SubmitStagedSession() local
3129 ids_to_scan = child_session_ids; in SubmitStagedSession()
3131 ids_to_scan = {session_id}; in SubmitStagedSession()
3140 for (int id_to_scan : ids_to_scan) { in SubmitStagedSession()