Home
last modified time | relevance | path

Searched defs:CONNECTION_STATE_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h30 CONNECTION_STATE_DISCONNECTED = -1, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h150 CONNECTION_STATE_DISCONNECTED = -1, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h75 constexpr int CONNECTION_STATE_DISCONNECTED = 0x00; variable