Home
last modified time | relevance | path

Searched refs:ConvertDuplexModeToJson (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp49 bool ConvertDuplexModeToJson(const DuplexModeCode &code, nlohmann::json &jsonObject) in ConvertDuplexModeToJson() function
H A Dvendor_helper.cpp157 bool ConvertDuplexModeToJson(const Print_DuplexMode &code, nlohmann::json &jsonObject) in ConvertDuplexModeToJson() function
556 … capability->supportedDuplexModes, capability->supportedDuplexModesCount, ConvertDuplexModeToJson); in UpdateDuplexCapability()
H A Dprint_cups_attribute.cpp136 std::string duplexModeJson = ConvertListToJson<DuplexModeCode>(list, ConvertDuplexModeToJson); in ParseDuplexModeAttributes()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h72 bool ConvertDuplexModeToJson(const DuplexModeCode &code, nlohmann::json &jsonObject);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp146 EXPECT_EQ(ConvertDuplexModeToJson(code, jsonObject), true);