Home
last modified time | relevance | path

Searched refs:deviceState_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_device_state_req.h35 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 Ddms_device_info.cpp43 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 Ddms_device_info.h40 …: 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 Dscanner_info.cpp112 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 Dstandby_service_impl.cpp1448 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 Dscanner_info.h47 void SetDeviceState(const uint32_t &deviceState_);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h218 std::array<bool, DEVICE_STATE_NUM> deviceState_; variable
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1150 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false};
1176 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false};
1180 DeviceStateCache::GetInstance()->deviceState_ = {true, true, false};