Home
last modified time | relevance | path

Searched refs:GetEncryptStr (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp1228 * @tc.name : Test GetEncryptStr API
1231 * @tc.desc : Test GetEncryptStr API,Return empty when src is empty
1236 std::string dst = GetEncryptStr(src); in HWTEST()
1241 * @tc.name : Test GetEncryptStr API
1244 * @tc.desc : Test GetEncryptStr APIwhen length of src less than MIN_LEN
1249 std::string dst = GetEncryptStr(src); in HWTEST()
2463 * @tc.name : Test GetEncryptStr API
2466 * @tc.desc : Test GetEncryptStr API
2471 std::string dst = GetEncryptStr(src); in HWTEST()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp845 d->deviceType_, audioId, GetEncryptStr(d->macAddress_).c_str(), GetEncryptStr(d->networkId_).c_str()); in UpdateDevicesListInfo()
1083 audioDeviceDescriptors->deviceRole_, GetEncryptStr(audioDeviceDescriptors->networkId_).c_str(), in IsDeviceConnected()
H A Daudio_policy_service.cpp1194 GetEncryptStr(networkId).c_str(), condition.c_str(), value.c_str()); in NotifyRemoteRenderState()
1306 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()
1315 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()
1414 GetEncryptStr(selectedDesc[0]->macAddress_).c_str()); in SelectOutputDevice()
1453 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in SelectFastOutputDevice()
1530 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in RememberRoutingInfo()
1654 deviceType, GetEncryptStr(networkId).c_str()); in MoveToRemoteOutputDevice()
1670 GetEncryptStr(deviceDescriptor->networkId_).c_str()); in SelectFastInputDevice()
1819 deviceType, GetEncryptStr(networkId).c_str()); in MoveToRemoteInputDevice()
4356 devType, isConnected, GetEncryptStr(macAddres in OnDeviceStatusUpdated()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h150 std::string GetEncryptStr(const std::string &str);
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp153 AUDIO_INFO_LOG("New daudio remote capture device [%{public}s].", GetEncryptStr(deviceNetworkId).c_str()); in GetInstance()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp1334 GetEncryptStr(networkId).c_str(), connected); in NotifyDeviceInfo()
1711 GetEncryptStr(networkId).c_str(), static_cast<int32_t>(deviceRole), (isStartDevice ? "true" : "false")); in CheckRemoteDeviceState()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp203 AUDIO_INFO_LOG("New daudio remote render device [%{public}s].", GetEncryptStr(deviceNetworkId).c_str()); in GetInstance()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1289 std::string GetEncryptStr(const std::string &src) in GetEncryptStr() function

Completed in 33 milliseconds