Home
last modified time | relevance | path

Searched refs:testPrinterId (Results 1 - 7 of 7) sorted by relevance

/base/print/print_fwk/test/unittest/service_test/
H A Dprint_extension_callback_proxy_test.cpp104 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
112 EXPECT_FALSE(proxy->OnCallback(testPrinterId)); in HWTEST_F()
130 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
138 EXPECT_FALSE(proxy->OnCallback(testPrinterId)); in HWTEST_F()
212 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
221 EXPECT_FALSE(proxy->OnCallback(testPrinterId, testCap)); in HWTEST_F()
239 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
248 EXPECT_FALSE(proxy->OnCallback(testPrinterId, testCap)); in HWTEST_F()
H A Dprint_service_stub_test.cpp234 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
237 EXPECT_TRUE(data.WriteString(testPrinterId)); in HWTEST_F()
258 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
261 EXPECT_TRUE(data.WriteString(testPrinterId)); in HWTEST_F()
469 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
470 testInfo.SetPrinterId(testPrinterId); in HWTEST_F()
524 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
526 printerIds.emplace_back(testPrinterId); in HWTEST_F()
598 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
599 testInfo.SetPrinterId(testPrinterId); in HWTEST_F()
628 std::string testPrinterId = "com.sample.ext:1"; HWTEST_F() local
732 std::string testPrinterId = "com.sample.ext:1"; HWTEST_F() local
1387 std::string testPrinterId = "com.sample.ext:1"; HWTEST_F() local
1413 std::string testPrinterId = "com.sample.ext:1"; HWTEST_F() local
1439 std::string testPrinterId = "com.sample.ext:1"; HWTEST_F() local
[all...]
H A Dprint_callback_proxy_test.cpp129 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
130 testInfo.SetPrinterId(testPrinterId); in HWTEST_F()
160 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
161 testInfo.SetPrinterId(testPrinterId); in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_extension_callback_stub_test.cpp189 std::string testPrinterId = "printerId:1234"; in HWTEST_F() local
192 EXPECT_TRUE(data.WriteString(testPrinterId)); in HWTEST_F()
231 std::string testPrinterId = "printerId:1234"; in HWTEST_F() local
236 EXPECT_TRUE(data.WriteString(testPrinterId)); in HWTEST_F()
H A Dprint_callback_stub_test.cpp128 std::string testPrinterId = "com.sample.ext:1"; in HWTEST_F() local
129 testInfo.SetPrinterId(testPrinterId); in HWTEST_F()
H A Dprint_service_proxy_test.cpp477 std::string testPrinterId = "printId-123"; in HWTEST_F() local
486 [&testPrinterId, &testState](const std::string &printerId, uint32_t state) { in HWTEST_F()
487 EXPECT_EQ(testPrinterId, printerId); in HWTEST_F()
497 proxy->UpdatePrinterState(testPrinterId, testState); in HWTEST_F()
922 std::string testPrinterId = "111"; in HWTEST_F() local
930 [&testPrinterId](const std::string &printerId) { in HWTEST_F()
931 EXPECT_EQ(testPrinterId, printerId); in HWTEST_F()
940 proxy->RemovePrinterFromDiscovery(testPrinterId); in HWTEST_F()
H A Dprint_manager_client_test.cpp757 std::string testPrinterId = "printerId-1"; in HWTEST_F() local
763 [&testPrinterId](const std::string &printerId) { in HWTEST_F()
764 EXPECT_EQ(testPrinterId, printerId); in HWTEST_F()
771 int32_t ret = PrintManagerClient::GetInstance()->ConnectPrinter(testPrinterId); in HWTEST_F()
832 std::string testPrinterId = "printerId-1"; in HWTEST_F() local
838 [&testPrinterId](const std::string &printerId) { in HWTEST_F()
839 EXPECT_EQ(testPrinterId, printerId); in HWTEST_F()
846 int32_t ret = PrintManagerClient::GetInstance()->DisconnectPrinter(testPrinterId); in HWTEST_F()
1056 std::string testPrinterId = "printerId-1"; in HWTEST_F() local
1062 [&testPrinterId, in HWTEST_F()
1135 std::string testPrinterId = "printerId-1"; HWTEST_F() local
[all...]

Completed in 14 milliseconds