Home
last modified time | relevance | path

Searched refs:GetAudioParamInt (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp236 * @tc.desc: Verify the GetAudioParamInt function.
245 EXPECT_EQ(ERR_DH_AUDIO_FAILED, GetAudioParamInt(params, key, value)); in HWTEST_F()
249 EXPECT_EQ(ERR_DH_AUDIO_NOT_FOUND_KEY, GetAudioParamInt(params, key, value)); in HWTEST_F()
252 EXPECT_EQ(DH_SUCCESS, GetAudioParamInt(params, key, value)); in HWTEST_F()
256 EXPECT_EQ(DH_SUCCESS, GetAudioParamInt(params, key, value)); in HWTEST_F()
/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);
/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()
/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()
/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
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1217 if (GetAudioParamInt(event.content, "dhId", dhId) != DH_SUCCESS) { in SendAudioEventToRemote()

Completed in 8 milliseconds