Searched defs:SetPropTestCase (Results 1 – 3 of 3) sorted by relevance
493 struct SetPropTestCase { struct494 std::string test_name;495 const hidl_vec<hidl_string> configs;496 bool success;
2762 struct SetPropTestCase { struct2763 std::string test_name;2764 std::vector<std::string> options;2765 bool success;2766 std::string errorMsg = "";