Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp303 EXPECT_EQ(false, CheckDevIdIsLegal(tempDevIdStr));
306 EXPECT_EQ(false, CheckDevIdIsLegal(tempDevIdStr));
309 EXPECT_EQ(false, CheckDevIdIsLegal(tempDevIdStr));
312 EXPECT_EQ(true, CheckDevIdIsLegal(tempDevIdStr));
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h52 bool CheckDevIdIsLegal(const std::string &devId);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp137 || !CheckDevIdIsLegal(devId) || eventType < 0 || eventType > MAX_EVENT_TYPE_NUM) { in HandleDAudioNotify()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp424 bool CheckDevIdIsLegal(const std::string &devId) in CheckDevIdIsLegal() function