Home
last modified time | relevance | path

Searched refs:GetDiscoverMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp72 … NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_DISCOVERMODE, info.GetDiscoverMode()); in MakeJsObject()
84 … NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_DISCOVERMODE, info.GetDiscoverMode()); in MakeJsObject()
91 info.GetDeviceId().c_str(), info.GetDiscoverMode().c_str(), in MakeJsObject()
H A Dscanner_info.cpp307 const std::string& ScanDeviceInfo::GetDiscoverMode() const in GetDiscoverMode() function in OHOS::Scan::ScanDeviceInfo
439 const std::string& ScanDeviceInfoSync::GetDiscoverMode() const in GetDiscoverMode() function in OHOS::Scan::ScanDeviceInfoSync
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h115 [[nodiscard]] const std::string &GetDiscoverMode() const;
164 [[nodiscard]] const std::string &GetDiscoverMode() const;
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp102 device->discoverMode = infos[i].GetDiscoverMode().c_str(); in __anona93dad690102()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp463 discoverMode = deviceInfo.GetDiscoverMode(); in TestUSBSetDiscoverMode()