Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_publish.cpp39 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState) in PublishCommonEventCallback() argument
42 bluetoothState, wifiState, screenState); in PublishCommonEventCallback()
55 if (bluetoothState == static_cast<int32_t>(Bluetooth::BTStateID::STATE_TURN_ON) && in PublishCommonEventCallback()
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_publish.h23 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState);
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp69 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState) in PublishCommonEventCallback() argument
71 (void)bluetoothState; in PublishCommonEventCallback()
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h50 void SetBluetoothState(const int32_t bluetoothState);
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp163 void DmPublishEventSubscriber::SetBluetoothState(const int32_t bluetoothState) in SetBluetoothState() argument
166 bluetoothState_ = bluetoothState; in SetBluetoothState()

Completed in 3 milliseconds