Home
last modified time | relevance | path

Searched refs:IsParamEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h61 bool IsParamEnabled(const std::string &key, bool &isEnabled);
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp394 EXPECT_EQ(false, IsParamEnabled(key, isEnabled));
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp513 bool IsParamEnabled(const std::string &key, bool &isEnabled) in IsParamEnabled() function
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp969 inline bool IsParamEnabled(std::string key, bool &isEnabled) in IsParamEnabled() function