Home
last modified time | relevance | path

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

/system/core/libprocessgroup/profiles/
Dtest_vendor.cpp34 class TestConfig : public JsonSchemaTestConfig { class
36 TestConfig(const std::string& path) : file_path_(path){}; in TestConfig() function in android::profiles::TestConfig
52 return [path]() { return std::make_unique<TestConfig<T>>(path); }; in MakeTestParam()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h65 enum TestConfig { NO = 0, NO_WRITES, YES }; enum
69 TestConfig test;