Searched refs:bluetoothState_ (Results 1 – 5 of 5) sorted by relevance
166 bluetoothState_ = bluetoothState; in SetBluetoothState()172 return bluetoothState_; in GetBluetoothState()213 bluetoothState_ = static_cast<int32_t>(Bluetooth::BTStateID::STATE_TURN_ON); in OnReceiveEvent()216 bluetoothState_ = static_cast<int32_t>(Bluetooth::BTStateID::STATE_TURN_OFF); in OnReceiveEvent()241 ffrt::submit([=]() { callback_(bluetoothState_, wifiState_, screenState_); }); in OnReceiveEvent()243 std::thread dealThread([=]() { callback_(bluetoothState_, wifiState_, screenState_); }); in OnReceiveEvent()
59 int32_t bluetoothState_ { -1 };
131 int32_t bluetoothState_ = -1; variable
297 .append(", bluetoothStatus:").append(ToString(process->bluetoothState_)) in DumpProcessEventState()
892 procRecord->bluetoothState_ = static_cast<int32_t>(value); in HandleReportHisysEvent()