Home
last modified time | relevance | path

Searched refs:deviceName_ (Results 1 - 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dbluetooth_scan_info.h29 deviceName_ = ""; in BluetoothScanInfo()
67 return deviceName_; in GetDeviceName()
72 deviceName_ = deviceName; in SetDeviceName()
87 deviceName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
95 return parcel.WriteString16(Str8ToStr16(deviceName_)) &&
110 std::string str = "deviceName_ : " + deviceName_ + in ToString()
118 std::string deviceName_; member in OHOS::Location::BluetoothScanInfo
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp282 if (audioDevice->deviceName_.empty()) { in GetDevices()
285 desc->SetDeviceName(audioDevice->deviceName_); in GetDevices()
390 if (defaultDevice->deviceName_.empty()) { in GetDefaultOutputDevice()
393 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultOutputDevice()
418 if (defaultDevice->deviceName_.empty()) { in GetDefaultInputDevice()
421 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultInputDevice()
/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp322 memcpy_s(&device.deviceName, kMaxDeviceNameLen, desc[0]->deviceName_.c_str(), in GetPreferredOutputAudioDevice()
323 desc[0]->deviceName_.length()) != EOK) { in GetPreferredOutputAudioDevice()
439 memcpy_s(device.deviceName, kMaxDeviceNameLen, desc[0]->deviceName_.c_str(), in SetBluetoothDevice()
440 desc[0]->deviceName_.length()) != EOK) { in SetBluetoothDevice()
H A Daudio_device_manager.cpp504 deviceName = activeBluetoothDevice->deviceName_; in ReportAudioDeviceChange()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h38 void SetDeviceName(const std::string &deviceName_);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp67 void ScanDeviceInfoTCP::SetDeviceName(const std::string& deviceName_) in SetDeviceName() argument
69 deviceName = deviceName_; in SetDeviceName()

Completed in 6 milliseconds