Home
last modified time | relevance | path

Searched refs:dstDevIds (Results 1 – 14 of 14) sorted by relevance

/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() argument
103 (void) dstDevIds; in CreateControlChannel()
172 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() argument
175 (void) dstDevIds; in CreateControlChannel()
244 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() argument
247 (void) dstDevIds; in CreateControlChannel()
/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() argument
82 (void) dstDevIds; in CreateControlChannel()
151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() argument
154 (void) 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() argument
82 (void) dstDevIds; in CreateControlChannel()
151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() argument
154 (void) 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
91 int32_t ret = receiverEngine_->CreateControlChannel(dstDevIds, in CreateControlChannel()
/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
86 int32_t ret = senderEngine_->CreateControlChannel(dstDevIds, in CreateControlChannel()
/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
126 …int32_t ret = receiver->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANC…
135 std::vector<std::string> dstDevIds = {peerDevId}; variable
136 …int32_t ret = receiver->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANC…
145 std::vector<std::string> dstDevIds = {peerDevId}; variable
146 …int32_t ret = receiver->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANC…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/interface/
H A Di_av_receiver_engine.h91 virtual int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds,
H A Di_av_sender_engine.h99 virtual int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds,
/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
117 …int32_t ret = senderEngine_->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_L… in CreateControlChannel()
/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
124 …int32_t ret = sender->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANCY_…
133 std::vector<std::string> dstDevIds = {peerDevId}; variable
134 …int32_t ret = sender->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANCY_…
143 std::vector<std::string> dstDevIds = {peerDevId}; variable
144 …int32_t ret = sender->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_LATANCY_…
/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() argument
136 TRUE_RETURN_V_MSG_E(dstDevIds.empty(), ERR_DH_AVT_NULL_POINTER, "dst deviceId vector is empty"); in CreateControlChannel()
138 peerDevId_ = dstDevIds[0]; in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h62 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h62 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds,
/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() argument
137 TRUE_RETURN_V_MSG_E(dstDevIds.empty(), ERR_DH_AVT_NULL_POINTER, "dst deviceId vector is empty"); in CreateControlChannel()
139 peerDevId_ = dstDevIds[0]; in CreateControlChannel()