Searched refs:BondState (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_common.cpp | 102 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 D | bluetooth_connection_impl.cpp | 141 int pairState = static_cast<int>(BondState::BOND_STATE_INVALID); in GetPairState()
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_common.h | 24 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 D | napi_bluetooth_connection.cpp | 67 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 D | napi_bluetooth_connection.h | 25 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; class
|
Completed in 4 milliseconds