Home
last modified time | relevance | path

Searched refs:printHttpPortMap (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp41 for (const auto& pair : printHttpPortMap) { in AllocatePort()
88 if (printHttpPortMap.find(printerName) != printHttpPortMap.end()) { in CreateServer()
89 port = printHttpPortMap[printerName]; in CreateServer()
108 printHttpPortMap[printerName] = port; in CreateServer()
133 if (printHttpPortMap.find(printerName) != printHttpPortMap.end()) { in StopServer()
134 printHttpPortMap.erase(printerName); in StopServer()
/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h46 std::map<std::string, int32_t> printHttpPortMap; member in OHOS::Print::final
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp127 service->printHttpPortMap[printerName] = 60000; in HWTEST_F()
150 printHttpServerManager.printHttpPortMap[printerName] = 60000; in HWTEST_F()

Completed in 3 milliseconds