Home
last modified time | relevance | path

Searched refs:IsSupportAVTransEngine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_util.h31 bool IsSupportAVTransEngine(const std::string &version);
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp138 bool IsSupportAVTransEngine(const std::string &version) in IsSupportAVTransEngine() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp153 if (IsSupportAVTransEngine(param.sinkVersion)) { in RegisterDistributedHardware()