/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/ |
H A D | av_receiver_engine_adapter_test.cpp | 122 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverAdapter_->CreateControlChannel(peerDevId)); 124 EXPECT_EQ(DH_SUCCESS, receiverAdapter_->CreateControlChannel(peerDevId)); 137 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverAdapter_->CreateControlChannel(peerDevId)); 139 …EXPECT_EQ(ERR_DH_AV_TRANS_CREATE_CHANNEL_FAILED, receiverAdapter_->CreateControlChannel(peerDevId)…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
H A D | av_sender_engine_adapter_test.cpp | 138 EXPECT_EQ(ERR_DH_AV_TRANS_NULL_VALUE, senderAdapter_->CreateControlChannel(peerDevId)); 140 EXPECT_EQ(DH_SUCCESS, senderAdapter_->CreateControlChannel(peerDevId)); 152 EXPECT_EQ(ERR_DH_AV_TRANS_NULL_VALUE, senderAdapter_->CreateControlChannel(peerDevId)); 154 … EXPECT_EQ(ERR_DH_AV_TRANS_CREATE_CHANNEL_FAILED, senderAdapter_->CreateControlChannel(peerDevId));
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/ |
H A D | av_sender_engine_adapter_test.cpp | 153 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderAdapter_->CreateControlChannel(peerDevId)); 155 EXPECT_EQ(DH_SUCCESS, senderAdapter_->CreateControlChannel(peerDevId)); 168 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderAdapter_->CreateControlChannel(peerDevId)); 170 … EXPECT_EQ(ERR_DH_AV_TRANS_CREATE_CHANNEL_FAILED, senderAdapter_->CreateControlChannel(peerDevId));
|
/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() function 172 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() function 244 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() function
|
/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() function 151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() function
|
/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() function 151 int32_t CreateControlChannel(const std::vector<std::string> &dstDevIds, in CreateControlChannel() function
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/ |
H A D | av_receiver_engine_adapter.cpp | 81 int32_t AVTransReceiverAdapter::CreateControlChannel(const std::string &peerDevId) in CreateControlChannel() function in OHOS::DistributedHardware::AVTransReceiverAdapter 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 | 76 int32_t AVTransSenderAdapter::CreateControlChannel(const std::string &peerDevId) in CreateControlChannel() function in OHOS::DistributedHardware::AVTransSenderAdapter 86 int32_t ret = senderEngine_->CreateControlChannel(dstDevIds, in CreateControlChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/ |
H A D | av_trans_control_center_test.cpp | 165 int32_t ret = center_->CreateControlChannel(engineId, peerDevId); 181 int32_t ret = center_->CreateControlChannel(engineId, peerDevId); 198 int32_t ret = center_->CreateControlChannel(engineId, peerDevId); 214 int32_t ret = center_->CreateControlChannel(engineId, peerDevId);
|
/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_hardware_fwk/interfaces/inner_kits/src/ |
H A D | distributed_hardware_fwk_kit.cpp | 165 int32_t DistributedHardwareFwkKit::CreateControlChannel(int32_t engineId, const std::string &peerDe… in CreateControlChannel() function in OHOS::DistributedHardware::DistributedHardwareFwkKit 175 return DHFWKSAManager::GetInstance().GetDHFWKProxy()->CreateControlChannel(engineId, peerDevId); in CreateControlChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | av_sender_engine_adapter.cpp | 104 int32_t AVTransSenderAdapter::CreateControlChannel(const std::string& peerDevId) in CreateControlChannel() function in OHOS::DistributedHardware::AVTransSenderAdapter 117 …int32_t ret = senderEngine_->CreateControlChannel(dstDevIds, ChannelAttribute{TransStrategy::LOW_L… in CreateControlChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/include/ |
H A D | av_sender_engine_adapter.h | 58 int32_t CreateControlChannel(const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | idistributed_hardware.h | 44 virtual int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/include/ |
H A D | av_receiver_engine_adapter.h | 51 int32_t CreateControlChannel(const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | av_sender_engine_adapter.h | 53 int32_t CreateControlChannel(const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ |
H A D | distributed_hardware_fwk_kit.h | 113 API_EXPORT int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/ |
H A D | distributed_hardware_proxy.h | 43 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/ |
H A D | av_trans_control_center.h | 36 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 78 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel() function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_service.cpp | 260 int32_t DistributedHardwareService::CreateControlChannel(int32_t engineId, const std::string &peerD… in CreateControlChannel() function in OHOS::DistributedHardware::DistributedHardwareService 262 return AVTransControlCenter::GetInstance().CreateControlChannel(engineId, peerDevId); in CreateControlChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/ |
H A D | dhfwk_sa_manager_test.h | 86 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel() function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/ |
H A D | distributed_hardware_proxy_test.h | 87 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel() function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ |
H A D | distributed_hardware_service.h | 48 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) override;
|