Home
last modified time | relevance | path

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

/system/linkerconfig/testdata/
Dprepare_root.sh100 apexInfo=$ROOT_OUT/apex/apex-info-list.xml
101 echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" > $apexInfo
102 echo "<apex-info-list>" > $apexInfo
118 …preinstalledModulePath=\"$preinstalled_path\" isFactory=\"true\" isActive=\"true\" />" >> $apexInfo
120 …reinstalledModulePath=\"$preinstalled_path\" isFactory=\"true\" isActive=\"false\" />" >> $apexInfo
126 echo "</apex-info-list>" >> $apexInfo
/system/apex/apexd/
Dapexservice_test.cpp201 [](const ApexInfo& apexInfo) { return apexInfo.isActive; }), in GetInactivePackages() argument
256 [](ApexInfo& apexInfo) { return !apexInfo.isFactory; }), in GetFactoryPackages() argument
1476 for (ApexInfo& apexInfo : *all_packages) { in TEST_F()
1477 std::string package_string = GetPackageString(apexInfo); in TEST_F()
1484 ASSERT_EQ(should_be_active, apexInfo.isActive) in TEST_F()
1487 ASSERT_EQ(should_be_factory, apexInfo.isFactory) in TEST_F()