Home
last modified time | relevance | path

Searched refs:QueryPrinterProperties (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_service.h77 …virtual int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string…
H A Dprint_service_proxy.h74 …int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyLi…
H A Dprint_manager_client.h78 …int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyLi…
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h164 …int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyLi… in QueryPrinterProperties() function
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp958 EXPECT_EQ(PrintServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_NO_PE… in TEST_F()
966 EXPECT_EQ(PrintServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVAL… in TEST_F()
974 EXPECT_EQ(PrintServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_NONE); in TEST_F()
982 EXPECT_EQ(PrintServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_NONE); in TEST_F()
990 EXPECT_EQ(PrintServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_NONE); in TEST_F()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp348 int32_t PrintManagerClient::QueryPrinterProperties(const std::string &printerId, in QueryPrinterProperties() function in OHOS::Print::PrintManagerClient
355 ret = printServiceProxy_->QueryPrinterProperties(printerId, keyList, valueList); in QueryPrinterProperties()
H A Dprint_service_proxy.cpp488 int32_t PrintServiceProxy::QueryPrinterProperties(const std::string &printerId, in QueryPrinterProperties() function in OHOS::Print::PrintServiceProxy
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp336 …int32_t ret = PrintManagerClient::GetInstance()->QueryPrinterProperties(printerId, keyList, valueL… in OH_Print_QueryPrinterProperties()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h98 …int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyLi…
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp275 … EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_NO_PERMISSION);
691 …EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER);
696 …EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER);
1224 …EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER);
1243 …EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp338 int32_t ret = QueryPrinterProperties(printerId, keyList, valueList); in OnQueryPrinterProperties()
H A Dprint_service_ability.cpp662 int32_t PrintServiceAbility::QueryPrinterProperties(const std::string &printerId, in QueryPrinterProperties() function in OHOS::Print::PrintServiceAbility
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp2281 …int32_t ret = PrintManagerClient::GetInstance()->QueryPrinterProperties(printerId, keyList, valueL…
2491 mockPrintManagerClient.QueryPrinterProperties(printerId, keyList, valueList);
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp363 PrintServiceAbility::GetInstance()->QueryPrinterProperties(printerId, keyList, valueList); in TestQueryPrinterProperties()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1251 ON_CALL(*stub, QueryPrinterProperties).WillByDefault(Return(E_PRINT_NONE));