Searched refs:clientId (Results 1 - 22 of 22) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDRoomServerClient.h26 clientId:(NSString *)clientId
31 clientId:(NSString *)clientId
H A DARDSignalingChannel.h40 @property(nonatomic, readonly) NSString *clientId; variable
46 clientId:(NSString *)clientId;
H A DARDWebSocketChannel.h25 clientId:(NSString *)clientId;
H A DARDAppEngineClient.m87 clientId:(NSString *)clientId
92 NSParameterAssert(clientId.length);
97 kARDRoomServerMessageFormat, roomId, clientId];
131 clientId:(NSString *)clientId
134 NSParameterAssert(clientId.length);
137 [NSString stringWithFormat:kARDRoomServerLeaveFormat, roomId, clientId];
H A DARDJoinResponse+Internal.h18 @property(nonatomic, strong) NSString *clientId; variable
H A DARDJoinResponse.h25 @property(nonatomic, readonly) NSString *clientId; variable
H A DARDJoinResponse.m31 @synthesize clientId = _clientId;
48 response.clientId = params[kARDJoinClientIdKey];
H A DARDWebSocketChannel.m35 @synthesize clientId = _clientId;
65 clientId:(NSString *)clientId {
67 NSParameterAssert(clientId.length);
69 _clientId = clientId;
H A DARDAppClient+Internal.h40 @property(nonatomic, strong) NSString *clientId; variable
H A DARDAppClient.m110 @synthesize clientId = _clientId;
245 strongSelf.clientId = response.clientId;
269 clientId:_clientId
550 clientId:_clientId
622 [_channel registerForRoomId:_roomId clientId:_clientId];
624 [_loopbackChannel registerForRoomId:_roomId clientId:@"LOOPBACK_CLIENT_ID"];
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCClient.java72 public final String clientId; field in class:AppRTCClient.SignalingParameters
80 boolean initiator, String clientId,
85 this.clientId = clientId;
78 SignalingParameters( List<PeerConnection.IceServer> iceServers, boolean initiator, String clientId, String wssUrl, String wssPostUrl, SessionDescription offerSdp, List<IceCandidate> iceCandidates) argument
H A DRoomParametersFetcher.java102 String clientId = roomJson.getString("client_id");
130 Log.d(TAG, "RoomId: " + roomId + ". ClientId: " + clientId);
157 clientId, wssUrl, wssPostUrl,
H A DWebSocketRTCClient.java143 + connectionParameters.roomId + "/" + signalingParameters.clientId;
149 + connectionParameters.roomId + "/" + signalingParameters.clientId;
180 wsClient.register(connectionParameters.roomId, signalingParameters.clientId);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
H A DARDAppClientTest.mm115 clientId:(NSString *)clientId
127 joinResponse.clientId = clientId;
154 clientId:clientId
165 clientId:clientId
172 clientId:(NSString *)clientId
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiAwareManagerFacade.java119 j.put(NS_KEY_CLIENT_ID, ns.clientId);
140 int type = 0, role = 0, clientId = 0, sessionId = 0, peerId = 0;
152 clientId = j.getInt((NS_KEY_CLIENT_ID));
170 return new WifiAwareNetworkSpecifier(type, role, clientId, sessionId, peerId, peerMac, pmk,
387 @RpcParameter(name = "clientId", description = "The client ID returned when a connection was created") Integer clientId)
391 session = mSessions.get(clientId);
395 "Calling WifiAwareDisconnect before session (client ID " + clientId
403 @RpcParameter(name = "clientId", description = "The client ID returned when a connection was created") Integer clientId,
386 wifiAwareDestroy( @pcParametername = �, description = �) Integer clientId) argument
402 wifiAwarePublish( @pcParametername = �, description = �) Integer clientId, @RpcParameter(name = �) JSONObject publishConfig, @RpcParameter(name = �, description = �) @RpcOptional Boolean useIdInCallbackEvent) argument
451 wifiAwareSubscribe( @pcParametername = �, description = �) Integer clientId, @RpcParameter(name = �) JSONObject subscribeConfig, @RpcParameter(name = �, description = �) @RpcOptional Boolean useIdInCallbackEvent) argument
610 wifiAwareCreateNetworkSpecifierOob( @pcParametername = �, description = �) Integer clientId, @RpcParameter(name = �, description = �) Integer role, @RpcParameter(name = �, description = �) String peerMac, @RpcParameter(name = �, description = �) @RpcOptional String passphrase, @RpcParameter(name = �, description = �) @RpcOptional String pmk) argument
[all...]
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
H A DSSLSessionContextTest.java52 byte[] clientId = clientIds.nextElement();
53 assertEquals(32, clientId.length);
59 assertTrue(Arrays.equals(clientId, serverId));
88 byte[] clientId = client.getIds().nextElement();
89 assertNotNull(client.getSession(clientId));
90 assertTrue(Arrays.equals(clientId, client.getSession(clientId).getId()));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 529 milliseconds