Searched refs:deviceState_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_notify_device_state_req.h | 35 return deviceState_; in GetDeviceState() 44 deviceState_ = deviceState; in SetDeviceState() 84 int32_t deviceState_ { 0 };
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/deviceManager/ |
H A D | dms_device_info.cpp | 43 return deviceState_; in GetDeviceState() 51 PARCEL_WRITE_HELPER_RET(parcel, Int32, deviceState_, false); in Marshalling()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/ |
H A D | dms_device_info.h | 40 …: deviceName_(deviceName), deviceType_(deviceType), networkId_(networkId), deviceState_(deviceStat… 53 int32_t deviceState_ = UNKNOWN_STATE; variable
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info.cpp | 112 void ScanDeviceInfoTCP::SetDeviceState(const uint32_t& deviceState_) in SetDeviceState() argument 114 deviceState = deviceState_; in SetDeviceState()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 1448 deviceState_ = {false, false, false}; in DeviceStateCache() 1460 if (deviceState_[type] == enabled) { in SetDeviceState() 1463 deviceState_[type] = enabled; in SetDeviceState() 1472 …STANDBYSERVICE_LOGD("get device state %{public}d, enabled is %{public}d", type, deviceState_[type]… in GetDeviceState() 1473 return deviceState_[type]; in GetDeviceState()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scanner_info.h | 47 void SetDeviceState(const uint32_t &deviceState_);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 218 std::array<bool, DEVICE_STATE_NUM> deviceState_; variable
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1150 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false}; 1176 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false}; 1180 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false};
|