Home
last modified time | relevance | path

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

/ohos5.0/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()
114 printHttpPortMap[printerName] = port; in CreateServer()
139 if (printHttpPortMap.find(printerName) != printHttpPortMap.end()) { in StopServer()
140 printHttpPortMap.erase(printerName); in StopServer()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp127 service->printHttpPortMap[printerName] = 60000;
150 printHttpServerManager.printHttpPortMap[printerName] = 60000;
172 printHttpServerManager.printHttpPortMap[printerName] = 60000;
192 printHttpServerManager.printHttpPortMap[printerName] = 60000;
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h46 std::map<std::string, int32_t> printHttpPortMap; variable