Home
last modified time | relevance | path

Searched refs:Serialize (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-led-manager/manager/
H A Dserialize.cpp14 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()
H A Dserialize.hpp21 class Serialize class
24 explicit Serialize(const fs::path& path) : path(path) in Serialize() function in phosphor::led::Serialize
H A Dgroup.hpp42 std::shared_ptr<Serialize> serializePtr, in Group()
74 std::shared_ptr<Serialize> serializePtr;
H A Dled-main.cpp58 std::shared_ptr<phosphor::led::Serialize> serializePtr = nullptr; in main()
62 std::make_shared<phosphor::led::Serialize>(SAVED_GROUPS_FILE); in main()
/openbmc/phosphor-led-manager/test/
H A Dutest-serialize.cpp20 Serialize serialize(path); in TEST()
34 Serialize newSerial(path); in TEST()
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dserializer.hpp32 static std::string Serialize(const NemoraDatagram* dgram);
H A Dserializer.cpp26 std::string Serializer::Serialize(const NemoraDatagram* dgram) in Serialize() function in Serializer
H A Dsocket_manager.cpp42 std::string serialized = Serializer::Serialize(bcast); in SendDatagram()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dill_0.3.8.bb1 SUMMARY = "Serialize all of python"
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md39 - Serialize numbers larger than 1 byte LSB first - e.g., represent OEM
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py551 class Serialize(unittest.TestCase): class