/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_service.h | 77 …virtual int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string…
|
H A D | print_service_proxy.h | 74 …int32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyLi…
|
H A D | print_manager_client.h | 78 …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 D | mock_print_service.h | 164 …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 D | print_service_ability_other_test.cpp | 958 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 D | print_manager_client.cpp | 348 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 D | print_service_proxy.cpp | 488 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 D | print_capi.cpp | 336 …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 D | print_service_ability.h | 98 …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 D | print_service_ability_test.cpp | 275 … 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 D | print_service_stub.cpp | 338 int32_t ret = QueryPrinterProperties(printerId, keyList, valueList); in OnQueryPrinterProperties()
|
H A D | print_service_ability.cpp | 662 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 D | print_manager_client_test.cpp | 2281 …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 D | printserviceability_fuzzer.cpp | 363 PrintServiceAbility::GetInstance()->QueryPrinterProperties(printerId, keyList, valueList); in TestQueryPrinterProperties()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 1251 ON_CALL(*stub, QueryPrinterProperties).WillByDefault(Return(E_PRINT_NONE));
|