Searched refs:GetDeviceState (Results 1 - 7 of 7) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 56 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 D | scanner_info.cpp | 162 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 D | scanner_info.h | 59 [[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 D | devicestatus_dumper.cpp | 184 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 D | devicestatus_dumper.h | 72 std::string GetDeviceState(OnChangedValue type) const;
|
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 415 deviceState = scanDevInfoTcp.GetDeviceState(); in TestTCPSetDeviceState() 455 deviceState = deviceInfo.GetDeviceState(); in TestUSBSetDeviceState()
|
/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_service_ability.cpp | 1185 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