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 D | audio_device_manager.cpp | 895 …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 D | audio_policy_service.cpp | 1053 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 D | audio_utils.h | 167 std::string GetEncryptStr(const std::string &str);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/ |
H A D | remote_audio_capturer_source.cpp | 150 …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 D | audio_server.cpp | 962 GetEncryptStr(networkId).c_str(), connected); in NotifyDeviceInfo() 1338 …GetEncryptStr(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 D | remote_audio_renderer_sink.cpp | 205 …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 D | audio_utils.cpp | 1348 std::string GetEncryptStr(const std::string &src) in GetEncryptStr() function
|