Searched refs:Serialize (Results 1 – 12 of 12) sorted by relevance
14 CEREAL_CLASS_VERSION(phosphor::led::Serialize, CLASS_VERSION)23 bool Serialize::getGroupSavedState(const std::string& objPath) const in getGroupSavedState()28 void Serialize::storeGroups(const std::string& group, bool asserted) in storeGroups()56 void Serialize::restoreGroups() in restoreGroups()
21 class Serialize class24 explicit Serialize(const fs::path& path) : path(path) in Serialize() function in phosphor::led::Serialize
42 std::shared_ptr<Serialize> serializePtr, in Group()74 std::shared_ptr<Serialize> serializePtr;
58 std::shared_ptr<phosphor::led::Serialize> serializePtr = nullptr; in main()62 std::make_shared<phosphor::led::Serialize>(SAVED_GROUPS_FILE); in main()
20 Serialize serialize(path); in TEST()34 Serialize newSerial(path); in TEST()
32 static std::string Serialize(const NemoraDatagram* dgram);
26 std::string Serializer::Serialize(const NemoraDatagram* dgram) in Serialize() function in Serializer
42 std::string serialized = Serializer::Serialize(bcast); in SendDatagram()
1 SUMMARY = "Serialize all of python"
119 use serde::{Deserialize, Serialize};
39 - Serialize numbers larger than 1 byte LSB first - e.g., represent OEM
551 class Serialize(unittest.TestCase): class