Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h233 std::set<std::string>& GetChangedActiveApexesForTesting();
Dapexd_test.cpp925 GetChangedActiveApexesForTesting().clear(); in SetUp()
4793 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
4821 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
4855 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
4886 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
4909 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
Dapexd.cpp4053 std::set<std::string>& GetChangedActiveApexesForTesting() { in GetChangedActiveApexesForTesting() function