Searched refs:ciCam (Results 1 – 2 of 2) sorted by relevance
66 CiCamResource ciCam = new CiCamResource(this); in build() local67 return ciCam; in build()
564 if (ciCam == null) { in releaseCiCam()571 releaseCiCamInternal(ciCam, clientId); in releaseCiCam()989 if (ciCam != null) { in updateCasInfoInternal()998 ciCam = new CiCamResource.Builder(casSystemId) in updateCasInfoInternal()1002 addCiCamResource(ciCam); in updateCasInfoInternal()1130 ciCam.setOwner(newOwnerId); in transferFeCiCamOwner()1292 if (ciCam == null) { in requestCiCamInternal()1296 addCiCamResource(ciCam); in requestCiCamInternal()1305 if (!ciCam.isFullyUsed()) { in requestCiCamInternal()1311 for (int ownerId : ciCam.getOwnerClientIds()) { in requestCiCamInternal()[all …]