Searched refs:AV_SYNC_RECEIVER_CONTROL_SESSION_NAME (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 40 …Adapter::GetInstance().RemoveChannelServer(PKG_NAME_DH_FWK, AV_SYNC_RECEIVER_CONTROL_SESSION_NAME); in ~AVTransControlCenter() 65 AV_SYNC_RECEIVER_CONTROL_SESSION_NAME); in InitializeAVCenter() 69 …SoftbusChannelAdapter::GetInstance().RegisterChannelListener(AV_SYNC_RECEIVER_CONTROL_SESSION_NAME, in InitializeAVCenter() 133 …ftbusChannelAdapter::GetInstance().UnRegisterChannelListener(AV_SYNC_RECEIVER_CONTROL_SESSION_NAME, in ReleaseAVCenter() 170 AV_SYNC_RECEIVER_CONTROL_SESSION_NAME, peerDevId); in CreateControlChannel() 287 if (sessionName_ == AV_SYNC_RECEIVER_CONTROL_SESSION_NAME) { in HandleChannelEvent()
|
/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 | 361 center_->sessionName_ = AV_SYNC_RECEIVER_CONTROL_SESSION_NAME; 380 center_->sessionName_ = AV_SYNC_RECEIVER_CONTROL_SESSION_NAME; 472 event.content = AV_SYNC_RECEIVER_CONTROL_SESSION_NAME;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_constants.h | 53 const std::string AV_SYNC_RECEIVER_CONTROL_SESSION_NAME = "ohos.dhardware.av.sync.receiver.control"; variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 57 {AV_SYNC_SENDER_CONTROL_SESSION_NAME, AV_SYNC_RECEIVER_CONTROL_SESSION_NAME}, 58 {AV_SYNC_RECEIVER_CONTROL_SESSION_NAME, AV_SYNC_SENDER_CONTROL_SESSION_NAME}, 142 {AV_SYNC_RECEIVER_CONTROL_SESSION_NAME, PKG_NAME_DH_FWK}, in TransName2PkgName() 613 …Name == AV_SYNC_SENDER_CONTROL_SESSION_NAME || sessName == AV_SYNC_RECEIVER_CONTROL_SESSION_NAME) { in GetOwnerFromSessName()
|