Searched refs:printHttpPortMap (Results 1 – 3 of 3) sorted by relevance
41 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()
127 service->printHttpPortMap[printerName] = 60000;150 printHttpServerManager.printHttpPortMap[printerName] = 60000;172 printHttpServerManager.printHttpPortMap[printerName] = 60000;192 printHttpServerManager.printHttpPortMap[printerName] = 60000;
46 std::map<std::string, int32_t> printHttpPortMap; variable