Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp373 EXPECT_EQ(false, IsAudioParam(jsonObject, key));
376 EXPECT_EQ(false, IsAudioParam(jsonObject, key));
380 EXPECT_EQ(false, IsAudioParam(jsonObject, key));
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h44 bool IsAudioParam(const cJSON *jsonObj, const std::string &key);
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h91 bool IsAudioParam() const in IsAudioParam() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp194 if (param.IsAudioParam()) { in CastRecorderParam()
H A Dhirecorder_impl.cpp646 FALSE_RETURN_V((SourceIdGenerator::IsAudio(sourceId) && recParam.IsAudioParam() && in CheckParamType()
650 … ((sourceId == DUMMY_SOURCE_ID) && !(recParam.IsAudioParam() || recParam.IsVideoParam())), false); in CheckParamType()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp59 …p<std::string, JsonTypeCheckFunc>::value_type(KEY_AUDIO_PARAM, &DistributedHardware::IsAudioParam),
309 bool IsAudioParam(const cJSON *jsonObj, const std::string &key) in IsAudioParam() function
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp861 FALSE_RETURN_V((SourceIdGenerator::IsAudio(sourceId) && recParam.IsAudioParam() && in CheckParamType()
868 … ((sourceId == DUMMY_SOURCE_ID) && !(recParam.IsAudioParam() || recParam.IsVideoParam())), false); in CheckParamType()