Home
last modified time | relevance | path

Searched refs:BluetoothConnectionState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_bluetooth_info_plugin.cpp31 enum BluetoothConnectionState { enum
76 realConnectionState = BluetoothConnectionState::CONNECTING; in TransformBluetoothConnectionState()
79 realConnectionState = BluetoothConnectionState::CONNECTED; in TransformBluetoothConnectionState()
82 realConnectionState = BluetoothConnectionState::DISCONNECTING; in TransformBluetoothConnectionState()
85 realConnectionState = BluetoothConnectionState::DISCONNECTED; in TransformBluetoothConnectionState()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dget_bluetooth_info_plugin_test.cpp39 enum BluetoothConnectionState { enum
118 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::CONNECTING);
121 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::CONNECTED);
124 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::DISCONNECTING);
127 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::DISCONNECTED);