Searched refs:supportedDuplexModeList (Results 1 – 4 of 4) sorted by relevance
208 void PrinterCapability::GetSupportedDuplexMode(std::vector<uint32_t> &supportedDuplexModeList) const in GetSupportedDuplexMode()210 … supportedDuplexModeList.assign(supportedDuplexModeList_.begin(), supportedDuplexModeList_.end()); in GetSupportedDuplexMode()239 void PrinterCapability::SetSupportedDuplexMode(const std::vector<uint32_t> &supportedDuplexModeList) in SetSupportedDuplexMode() argument242 supportedDuplexModeList_.assign(supportedDuplexModeList.begin(), supportedDuplexModeList.end()); in SetSupportedDuplexMode()
75 void GetSupportedDuplexMode(std::vector<uint32_t>& supportedDuplexModeList) const;95 void SetSupportedDuplexMode(const std::vector<uint32_t>& supportedDuplexModeList);
148 std::vector<uint32_t> supportedDuplexModeList; in CreateSupportedDuplexModeList() local149 cap.GetSupportedDuplexMode(supportedDuplexModeList); in CreateSupportedDuplexModeList()150 uint32_t arrLength = static_cast<uint32_t>(supportedDuplexModeList.size()); in CreateSupportedDuplexModeList()152 napi_value value = NapiPrintUtils::CreateUint32(env, supportedDuplexModeList[index]); in CreateSupportedDuplexModeList()
409 std::vector<uint32_t> supportedDuplexModeList; in ConvertSupportedDuplexModeToJson() local410 printerCapability.GetSupportedDuplexMode(supportedDuplexModeList); in ConvertSupportedDuplexModeToJson()411 for (auto iter : supportedDuplexModeList) { in ConvertSupportedDuplexModeToJson()