Home
last modified time | relevance | path

Searched refs:GetDeviceState (Results 1 - 7 of 7) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp56 NapiScanUtils::SetUint32Property(env, jsObj, PARAM_INFO_DEVICESTATE, info.GetDeviceState()); in MakeJsObject()
69 NapiScanUtils::SetUint32Property(env, jsObj, PARAM_INFO_DEVICESTATE, info.GetDeviceState()); in MakeJsObject()
H A Dscanner_info.cpp162 const uint32_t& ScanDeviceInfoTCP::GetDeviceState() const in GetDeviceState() function in OHOS::Scan::ScanDeviceInfoTCP
291 const uint32_t& ScanDeviceInfo::GetDeviceState() const in GetDeviceState() function in OHOS::Scan::ScanDeviceInfo
438 const uint32_t& ScanDeviceInfoSync::GetDeviceState() const in GetDeviceState() function in OHOS::Scan::ScanDeviceInfoSync
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h59 [[nodiscard]] const uint32_t &GetDeviceState() const;
112 [[nodiscard]] const uint32_t &GetDeviceState() const;
159 [[nodiscard]] const uint32_t &GetDeviceState() const;
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_dumper.cpp184 GetDeviceState(record->data.value).c_str()); in DumpDeviceStatusChanges()
204 GetStatusType(it->type).c_str(), GetDeviceState(it->value).c_str()); in DumpDeviceStatusCurrentStatus()
208 std::string DeviceStatusDumper::GetDeviceState(OnChangedValue value) const in GetDeviceState() function in OHOS::Msdp::DeviceStatus::DeviceStatusDumper
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_dumper.h72 std::string GetDeviceState(OnChangedValue type) const;
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp415 deviceState = scanDevInfoTcp.GetDeviceState(); in TestTCPSetDeviceState()
455 deviceState = deviceInfo.GetDeviceState(); in TestUSBSetDeviceState()
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1185 eventIt->second->OnCallback(info.GetDeviceState(), info); in SendDeviceInfoTCP()
1202 eventIt->second->OnCallback(info.GetDeviceState(), info); in SendDeviceInfo()
1236 eventIt->second->OnCallbackSync(info.GetDeviceState(), info); in SendDeviceInfoSync()

Completed in 8 milliseconds