Searched refs:onAllocated (Results 1 – 4 of 4) sorted by relevance
84 void onAllocated(int deviceType, int logicalAddress); in onAllocated() method258 callback.onAllocated(deviceType, assignedAddress); in handleAllocateLogicalAddress()
925 public void onAllocated(int deviceType, int logicalAddress) { in allocateLogicalAddress() method
90 public void onAllocated(int deviceType, int logicalAddress) {
2377 Consumer<Integer> onAllocated = (Consumer<Integer>) asyncResult.userObj; in processMessage() local2381 onAllocated.accept(PDU_SESSION_ID_NOT_SET); in processMessage()2384 onAllocated.accept(PDU_SESSION_ID_NOT_SET); in processMessage()2388 onAllocated.accept(psi); in processMessage()