Searched refs:IsAudioParam (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/ |
H A D | daudio_utils_test.cpp | 373 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 D | daudio_util.h | 44 bool IsAudioParam(const cJSON *jsonObj, const std::string &key);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | recorder_param.h | 91 bool IsAudioParam() const in IsAudioParam() function
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | recorder_utils.cpp | 194 if (param.IsAudioParam()) { in CastRecorderParam()
|
H A D | hirecorder_impl.cpp | 646 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 D | daudio_util.cpp | 59 …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 D | hirecorder_impl.cpp | 861 FALSE_RETURN_V((SourceIdGenerator::IsAudio(sourceId) && recParam.IsAudioParam() && in CheckParamType() 868 … ((sourceId == DUMMY_SOURCE_ID) && !(recParam.IsAudioParam() || recParam.IsVideoParam())), false); in CheckParamType()
|