Searched refs:QueryScannerNameByUniqueId (Results 1 – 3 of 3) sorted by relevance
40 bool QueryScannerNameByUniqueId(const std::string &uniqueId, std::string &deviceName);
285 bool ScanSystemData::QueryScannerNameByUniqueId(const std::string &uniqueId, std::string &deviceNam… in QueryScannerNameByUniqueId() function in OHOS::Scan::ScanSystemData
492 if (ScanSystemData::GetInstance().QueryScannerNameByUniqueId(uniqueId, deviceName)) { in SyncScannerInfo()