Home
last modified time | relevance | path

Searched refs:bluetoothState_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp166 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()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h59 int32_t bluetoothState_ { -1 };
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsupervisor.h131 int32_t bluetoothState_ = -1; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp297 .append(", bluetoothStatus:").append(ToString(process->bluetoothState_)) in DumpProcessEventState()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp892 procRecord->bluetoothState_ = static_cast<int32_t>(value); in HandleReportHisysEvent()