Home
last modified time | relevance | path

Searched refs:GetPrinterAttrValue (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp142 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), "idle"); in HWTEST_F()
143 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), "Printer location test"); in HWTEST_F()
160 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), "processing"); in HWTEST_F()
161 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-info"), ""); in HWTEST_F()
162 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), ""); in HWTEST_F()
177 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), "stopped"); in HWTEST_F()
178 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-info"), ""); in HWTEST_F()
179 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-location"), ""); in HWTEST_F()
192 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printer-state"), ""); in HWTEST_F()
193 EXPECT_STREQ(printerCaps.GetPrinterAttrValue("printe in HWTEST_F()
[all...]
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_capability_test.cpp255 * @tc.desc: GetPrinterAttrValue.
265 EXPECT_STREQ(capability.GetPrinterAttrValue("key1"), "value1"); in HWTEST_F()
266 EXPECT_STREQ(capability.GetPrinterAttrValue("key"), ""); in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h109 const char* GetPrinterAttrValue(const char* name);
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp433 const char *PrinterCapability::GetPrinterAttrValue(const char *name) in GetPrinterAttrValue() function in OHOS::Print::PrinterCapability

Completed in 3 milliseconds