Searched refs:GetPrinterAttrValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_cups_attribute_test.cpp | 145 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), "idle"); in __anon4d5b9f710402() 164 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-info"), ""); in __anon4d5b9f710602() 165 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), ""); in __anon4d5b9f710602() 181 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-info"), ""); in __anon4d5b9f710802() 182 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), ""); in __anon4d5b9f710802() 195 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), ""); in __anon4d5b9f710a02() 196 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-info"), ""); in __anon4d5b9f710a02() 197 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), ""); in __anon4d5b9f710a02() 221 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("sides-default"), "0"); in __anon4d5b9f710c02() 238 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("sides-default"), "1"); in __anon4d5b9f710e02() [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | printer_capability_test.cpp | 265 EXPECT_STREQ(capability.GetPrinterAttrValue("key1"), "value1"); 266 EXPECT_STREQ(capability.GetPrinterAttrValue("key"), "");
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_capability.h | 109 const char* GetPrinterAttrValue(const char* name);
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_cups_client_vendor_helper_other_test.cpp | 805 EXPECT_EQ(printerCaps.GetPrinterAttrValue(), ""); in TEST_F() 815 EXPECT_EQ(printerCaps.GetPrinterAttrValue(), ""); in TEST_F() 827 EXPECT_EQ(printerCaps.GetPrinterAttrValue(), ""); in TEST_F() 842 EXPECT_EQ(printerCaps.GetPrinterAttrValue(), ""); in TEST_F() 858 EXPECT_EQ(printerCaps.GetPrinterAttrValue(), "[3]"); in TEST_F()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_capability.cpp | 433 const char *PrinterCapability::GetPrinterAttrValue(const char *name) in GetPrinterAttrValue() function in OHOS::Print::PrinterCapability
|