Home
last modified time | relevance | path

Searched refs:BondState (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_common.cpp102 bondStatus = static_cast<int>(BondState::BOND_STATE_INVALID); in DealPairStatus()
105 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDING); in DealPairStatus()
108 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDED); in DealPairStatus()
H A Dbluetooth_connection_impl.cpp141 int pairState = static_cast<int>(BondState::BOND_STATE_INVALID); in GetPairState()
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_common.h24 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; class
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp67 napi_create_int32(env, static_cast<int32_t>(BondState::BOND_STATE_INVALID), &state);
612 int pairState = static_cast<int>(BondState::BOND_STATE_INVALID); in GetPairState()
807 DECLARE_NAPI_PROPERTY("BondState", bondStateObj), in ConnectionPropertyValueInit()
849 SetNamedPropertyByInteger(env, bondState, static_cast<int>(BondState::BOND_STATE_INVALID), "BOND_STATE_INVALID"); in BondStateInit()
850 SetNamedPropertyByInteger(env, bondState, static_cast<int>(BondState::BOND_STATE_BONDING), "BOND_STATE_BONDING"); in BondStateInit()
851 SetNamedPropertyByInteger(env, bondState, static_cast<int>(BondState::BOND_STATE_BONDED), "BOND_STATE_BONDED"); in BondStateInit()
962 bondStatus = static_cast<int>(BondState::BOND_STATE_INVALID); in DealPairStatus()
965 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDING); in DealPairStatus()
968 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDED); in DealPairStatus()
H A Dnapi_bluetooth_connection.h25 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; class

Completed in 4 milliseconds