Home
last modified time | relevance | path

Searched refs:GetAudioParamInt (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp245 EXPECT_EQ(ERR_DH_AUDIO_FAILED, GetAudioParamInt(params, key, value));
249 EXPECT_EQ(ERR_DH_AUDIO_NOT_FOUND_KEY, GetAudioParamInt(params, key, value));
252 EXPECT_EQ(DH_SUCCESS, GetAudioParamInt(params, key, value));
256 EXPECT_EQ(DH_SUCCESS, GetAudioParamInt(params, key, value));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/include/
H A Ddaudio_utils.h38 int32_t GetAudioParamInt(const std::string &params, const std::string &key, int32_t &value);
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h40 int32_t GetAudioParamInt(const std::string &params, const std::string &key, int32_t &value);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp515 int32_t ret = GetAudioParamInt(event.content, AUDIO_VOLUME_TYPE, audioVolumeType); in SetAudioParameters()
528 ret = GetAudioParamInt(event.content, VOLUME_LEVEL, audioVolumeLevel); in SetAudioParameters()
546 int32_t ret = GetAudioParamInt(event.content, AUDIO_VOLUME_TYPE, audioVolumeType); in SetMute()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp97 int32_t GetAudioParamInt(const std::string &params, const std::string &key, int32_t &value) in GetAudioParamInt() function
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp348 if (GetAudioParamInt(args, "dhId", dhId) != DH_SUCCESS) { in TaskSetVolume()
371 if (GetAudioParamInt(args, "dhId", dhId) != DH_SUCCESS) { in TaskSetMute()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp254 int32_t GetAudioParamInt(const std::string &params, const std::string &key, int32_t &value) in GetAudioParamInt() function
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1216 if (GetAudioParamInt(event.content, "dhId", dhId) != DH_SUCCESS) { in SendAudioEventToRemote()