Searched refs:clientIds (Results 1 – 2 of 2) sorted by relevance
99 Map<String,String> clientIds = new HashMap<>(); in getClientIds() local109 clientIds.put(name, value); // only add name-value pair for client ids in getClientIds()113 return clientIds; in getClientIds()
308 Map<String, String> clientIds = PropertyUtil.getClientIds(device); in getBusinessLogicProperties() local309 for (Map.Entry<String, String> id : clientIds.entrySet()) { in getBusinessLogicProperties()