Searched refs:ConvertDuplexModeToJson (Results 1 – 5 of 5) sorted by relevance
49 bool ConvertDuplexModeToJson(const DuplexModeCode &code, nlohmann::json &jsonObject) in ConvertDuplexModeToJson() function
157 bool ConvertDuplexModeToJson(const Print_DuplexMode &code, nlohmann::json &jsonObject) in ConvertDuplexModeToJson() function556 … capability->supportedDuplexModes, capability->supportedDuplexModesCount, ConvertDuplexModeToJson); in UpdateDuplexCapability()
136 std::string duplexModeJson = ConvertListToJson<DuplexModeCode>(list, ConvertDuplexModeToJson); in ParseDuplexModeAttributes()
72 bool ConvertDuplexModeToJson(const DuplexModeCode &code, nlohmann::json &jsonObject);
146 EXPECT_EQ(ConvertDuplexModeToJson(code, jsonObject), true);