Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_DISCONNECTED (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h30 CONNECTION_STATE_DISCONNECTED = -1, enumerator
94 int connectionState_ = CONNECTION_STATE_DISCONNECTED;
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_connection.cpp67 SetConnectionState(CONNECTION_STATE_DISCONNECTED); in OnAbilityDisconnectDone()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h150 CONNECTION_STATE_DISCONNECTED = -1, enumerator
228 int connectionState_ = CONNECTION_STATE_DISCONNECTED;
H A Djs_napi_common.cpp1779 connectionState_ = CONNECTION_STATE_DISCONNECTED; in OnAbilityDisconnectDone()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h75 constexpr int CONNECTION_STATE_DISCONNECTED = 0x00; member
H A Dclassic_remote_device.cpp142 return (aclConnected_ != CONNECTION_STATE_DISCONNECTED); in IsAclConnected()
H A Dclassic_adapter.cpp2083 device.second->SetAclConnectState(CONNECTION_STATE_DISCONNECTED); in ReceiveDisconnectionComplete()

Completed in 10 milliseconds