Home
last modified time | relevance | path

Searched refs:GetEncryptStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp895 …d->deviceType_, audioId, GetEncryptStr(d->macAddress_).c_str(), GetEncryptStr(d->networkId_).c_str… in UpdateDevicesListInfo()
1134 … audioDeviceDescriptors->deviceRole_, GetEncryptStr(audioDeviceDescriptors->networkId_).c_str(), in IsDeviceConnected()
H A Daudio_policy_service.cpp1053 GetEncryptStr(networkId).c_str(), condition.c_str(), value.c_str()); in NotifyRemoteRenderState()
1165 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()
1174 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()
1230 GetEncryptStr(selectedDesc[0]->macAddress_).c_str()); in SelectOutputDevice()
1270 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in SelectFastOutputDevice()
1347 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in RememberRoutingInfo()
1467 deviceType, GetEncryptStr(networkId).c_str()); in MoveToRemoteOutputDevice()
1483 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in SelectFastInputDevice()
1619 deviceType, GetEncryptStr(networkId).c_str()); in MoveToRemoteInputDevice()
4094 devType, isConnected, GetEncryptStr(macAddress).c_str()); in OnDeviceStatusUpdated()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h167 std::string GetEncryptStr(const std::string &str);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp150 …AUDIO_INFO_LOG("New daudio remote capture device [%{public}s].", GetEncryptStr(deviceNetworkId).c_… in GetInstance()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp962 GetEncryptStr(networkId).c_str(), connected); in NotifyDeviceInfo()
1338GetEncryptStr(networkId).c_str(), static_cast<int32_t>(deviceRole), (isStartDevice ? "true" : "fal… in CheckRemoteDeviceState()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp205 …AUDIO_INFO_LOG("New daudio remote render device [%{public}s].", GetEncryptStr(deviceNetworkId).c_s… in GetInstance()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1348 std::string GetEncryptStr(const std::string &src) in GetEncryptStr() function