Home
last modified time | relevance | path

Searched refs:defaultDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp381 auto defaultDevice = defaultOutputDevice[0]; in GetDefaultOutputDevice() local
389 desc->SetDeviceId(defaultDevice->deviceId_); in GetDefaultOutputDevice()
390 if (defaultDevice->deviceName_.empty()) { in GetDefaultOutputDevice()
391 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultOutputDevice()
393 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultOutputDevice()
409 auto defaultDevice = defaultInputDevice[0]; in GetDefaultInputDevice() local
417 desc->SetDeviceId(defaultDevice->deviceId_); in GetDefaultInputDevice()
418 if (defaultDevice->deviceName_.empty()) { in GetDefaultInputDevice()
419 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultInputDevice()
421 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultInputDevice()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp652 BluetoothRemoteDevice defaultDevice; in OnScoStateChanged() local
653 AudioHfpManager::UpdateCurrentActiveHfpDevice(defaultDevice); in OnScoStateChanged()
690 BluetoothRemoteDevice defaultDevice; in OnConnectionStateChanged() local
691 AudioHfpManager::UpdateCurrentActiveHfpDevice(defaultDevice); in OnConnectionStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp176 Device defaultDevice; member
753 deviceConfig.defaultDevice, in from_json()
2185 applicationInfo.keepAlive = configJson.deveicConfig.defaultDevice.keepAlive; in ToApplicationInfo()
2195 applicationInfo.debug = configJson.deveicConfig.defaultDevice.debug; in ToApplicationInfo()
2199 applicationInfo.process = configJson.deveicConfig.defaultDevice.process; in ToApplicationInfo()
2349 innerModuleInfo.compressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerModuleInfo()
2467 applicationInfo.isCompressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerBundleInfo()