OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disconnectReason
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/mojo/public/js/lib/
interface_endpoint_handle.js
23
this.
disconnectReason
= null;
38
State.prototype.close = function(
disconnectReason
) {
58
disconnectReason
);
60
cachedPeerState.onPeerClosedBeforeAssociation(
disconnectReason
);
120
State.prototype.onPeerClosedBeforeAssociation = function(
disconnectReason
) {
126
this.
disconnectReason
=
disconnectReason
;
160
InterfaceEndpointHandle.prototype.
disconnectReason
= function() {
161
return this.state_.
disconnectReason
;
pipe_control_message_handler.js
34
event.
disconnectReason
);
pipe_control_message_proxy.js
40
event.
disconnectReason
= new mojo.pipeControl.
DisconnectReason
({
router.js
32
this.
disconnectReason
= null;
101
handleToSend.
disconnectReason
());
252
endpoint.
disconnectReason
= reason;
273
endpoint.client, endpoint.
disconnectReason
),
interface_endpoint_client.js
50
setTimeout(this.notifyError.bind(this, this.handle_.
disconnectReason
()),
/cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java
458
String
disconnectReason
= "Test reason for disconnect";
470
call.reject(true,
disconnectReason
);
474
assertDisconnectReason(connection,
disconnectReason
);
BaseTelecomTestWithMockServices.java
[
all
...]
Completed in 204 milliseconds