Home
last modified time | relevance | path

Searched defs:dstDevIds (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/inner_kits/
H A Dav_trans_control_center_callback_test.h79 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/engineutils/include/
H A Dengine_test_utils.h100 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
172 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
244 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/engineutils/include/
H A Dengine_test_utils.h79 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/
H A Dav_receiver_engine_adapter.cpp90 std::vector<std::string> dstDevIds = {peerDevId}; in CreateControlChannel() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/
H A Dav_sender_engine_adapter.cpp85 std::vector<std::string> dstDevIds = {peerDevId}; in CreateControlChannel() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter.cpp115 std::vector<std::string> dstDevIds = {peerDevId}; in CreateControlChannel() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine/src/
H A Dav_receiver_engine_test.cpp125 std::vector<std::string> dstDevIds; variable
135 std::vector<std::string> dstDevIds = {peerDevId}; variable
145 std::vector<std::string> dstDevIds = {peerDevId}; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine/src/
H A Dav_sender_engine_test.cpp123 std::vector<std::string> dstDevIds; variable
133 std::vector<std::string> dstDevIds = {peerDevId}; variable
143 std::vector<std::string> dstDevIds = {peerDevId}; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp131 int32_t AVReceiverEngine::CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp132 int32_t AVSenderEngine::CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel()