Home
last modified time | relevance | path

Searched refs:newDeviceState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp292 void ScanDeviceInfo::SetDeviceState(const uint32_t& newDeviceState) in SetDeviceState() argument
294 deviceState = newDeviceState; in SetDeviceState()
464 void ScanDeviceInfoSync::SetDeviceState(const uint32_t& newDeviceState) in SetDeviceState() argument
466 deviceState = newDeviceState; in SetDeviceState()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp772 bool newDeviceState = false; in SyncStillMovementState() local
778 newDeviceState = isDeviceStillState_.load() && isDeviceIdleMode_.load(); in SyncStillMovementState()
779 if (newDeviceState != oldDeviceState) { in SyncStillMovementState()
786 bool newDeviceState = false; in SyncIdleState() local
792 newDeviceState = isDeviceStillState_.load() && isDeviceIdleMode_.load(); in SyncIdleState()
793 if (newDeviceState != oldDeviceState) { in SyncIdleState()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h102 void SetDeviceState(const uint32_t &newDeviceState);
159 void SetDeviceState(const uint32_t &newDeviceState);