Searched refs:enclosureIdentify (Results 1 – 2 of 2) sorted by relevance
17 static constexpr auto enclosureIdentify = in TEST() local31 serialize.storeGroups(enclosureIdentify, true); in TEST()32 ASSERT_EQ(true, serialize.getGroupSavedState(enclosureIdentify)); in TEST()37 ASSERT_EQ(true, newSerial.getGroupSavedState(enclosureIdentify)); in TEST()42 newSerial.storeGroups(enclosureIdentify, false); in TEST()43 ASSERT_EQ(false, newSerial.getGroupSavedState(enclosureIdentify)); in TEST()
14 std::string enclosureIdentify = objPath + "/enclosure_identify"; in TEST() local19 ASSERT_EQ(ledMap.contains(enclosureIdentify), true); in TEST()24 auto& enclosureIdentifyActions = ledMap.at(enclosureIdentify).actionSet; in TEST()