Home
last modified time | relevance | path

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

/system/core/libprocessgroup/profiles/
Dtest.cpp31 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function
32 return jsonpb::MakeTestParam<T>(GetExecutableDirectory() + path); in MakeTestParam()
37 ::testing::Values(MakeTestParam<Cgroups>("/cgroups.json"),
38 MakeTestParam<Cgroups>("/cgroups.recovery.json"),
39 MakeTestParam<TaskProfiles>("/task_profiles.json")));
41 ::testing::Values(MakeTestParam<Cgroups>("/cgroups.json"),
42 MakeTestParam<Cgroups>("/cgroups.recovery.json")));
44 ::testing::Values(MakeTestParam<TaskProfiles>("/task_profiles.json")));
Dtest_vendor.cpp51 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function
56 ::testing::Values(MakeTestParam<Cgroups>(kVendorCgroups)));
58 ::testing::Values(MakeTestParam<Cgroups>(kVendorCgroups)));
61 ::testing::Values(MakeTestParam<TaskProfiles>(kVendorTaskProfiles)));
63 ::testing::Values(MakeTestParam<TaskProfiles>(kVendorTaskProfiles)));
/system/extras/libjsonpb/verify/include/jsonpb/
Djson_schema_test.h66 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function
/system/extras/libjsonpb/
DREADME.md106 ::testing::Values(MakeTestParam<Cgroups>("cgroups.json")));