/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/engineutils/include/ |
H A D | engine_test_utils.h | 100 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 D | av_trans_control_center_callback_test.h | 79 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 D | engine_test_utils.h | 79 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 D | av_receiver_engine_adapter.cpp | 90 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 D | av_sender_engine_adapter.cpp | 85 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 D | av_receiver_engine_test.cpp | 125 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 D | i_av_receiver_engine.h | 91 virtual int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds,
|
H A D | i_av_sender_engine.h | 99 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 D | av_sender_engine_adapter.cpp | 115 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 D | av_sender_engine_test.cpp | 123 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 D | av_receiver_engine.cpp | 131 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 D | av_receiver_engine.h | 62 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 D | av_sender_engine.h | 62 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 D | av_sender_engine.cpp | 132 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()
|