Lines Matching refs:PropertyValue

253     PropertyValue propertyValue = value;  in TEST()
344 PropertyValue propertyValue = static_cast<uint64_t>(effecterValue); in TEST()
426 pldm::utils::PropertyValue dbusValue; in TEST()
437 .WillOnce(Return(PropertyValue(static_cast<uint64_t>(effecterValue)))); in TEST()
501 pldm::utils::PropertyValue dbusValue; in TEST()
604 PropertyValue value0{std::in_place_type<std::string>, in TEST()
606 PropertyValue value1{std::in_place_type<std::string>, in TEST()
608 PropertyValue value2{std::in_place_type<std::string>, in TEST()
626 PropertyValue value0{std::in_place_type<uint8_t>, 9}; in TEST()
627 PropertyValue value1{std::in_place_type<uint8_t>, 10}; in TEST()
643 PropertyValue value0{std::in_place_type<bool>, false}; in TEST()
644 PropertyValue value1{std::in_place_type<bool>, true}; in TEST()
661 PropertyValue value0{std::in_place_type<std::string>, "Enabled"}; in TEST()
662 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST()
663 PropertyValue value2{std::in_place_type<std::string>, "Auto"}; in TEST()
681 PropertyValue value0{std::in_place_type<std::string>, "Enabled"}; in TEST()
682 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST()
683 PropertyValue value2{std::in_place_type<std::string>, "Auto"}; in TEST()
700 PropertyValue value0{std::in_place_type<std::string>, "Enabled"}; in TEST()
701 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST()
702 PropertyValue value2{std::in_place_type<std::string>, "Auto"}; in TEST()
719 PropertyValue value0{std::in_place_type<std::string>, "Enabled"}; in TEST()
720 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST()
721 PropertyValue value2{std::in_place_type<std::string>, "Auto"}; in TEST()
806 PropertyValue(std::string("xyz.openbmc_project.Foo.Bar.V0")))); in TEST()