Home
last modified time | relevance | path

Searched refs:peerPort (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/
H A Dmpi_node.cpp55 auto peerPort = port->Peer(); in ConnectMpi() local
56 CHECK_IF_PTR_NULL_RETURN_VALUE(peerPort, RC_ERROR); in ConnectMpi()
57 auto peerNode = peerPort->GetNode(); in ConnectMpi()
62 …RetCode rc = deviceManager_->Connect(name_, port->GetName(), peerNode->GetName(), peerPort->GetNam… in ConnectMpi()
93 auto peerPort = port->Peer(); in DisConnectMpi() local
94 CHECK_IF_PTR_NULL_RETURN_VALUE(peerPort, RC_ERROR); in DisConnectMpi()
95 auto peerNode = peerPort->GetNode(); in DisConnectMpi()
100 …RetCode rc = deviceManager_->UnConnect(name_, port->GetName(), peerNode->GetName(), peerPort->GetN… in DisConnectMpi()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dfilter_base.cpp80 auto peerPort = port->GetPeerPort(); in UnlinkPrevFilters() local
82 if (peerPort) { in UnlinkPrevFilters()
83 peerPort->Disconnect(); in UnlinkPrevFilters()
93 auto peerPort = port->GetPeerPort(); in GetNextFilters() local
94 if (!peerPort) { in GetNextFilters()
99 … auto filter = const_cast<Filter *>(reinterpret_cast<const Filter *>(peerPort->GetOwnerFilter())); in GetNextFilters()
112 auto peerPort = inPort->GetPeerPort(); in GetPreFilters() local
113 if (!peerPort) { in GetPreFilters()
118 … auto filter = const_cast<Filter *>(reinterpret_cast<const Filter *>(peerPort->GetOwnerFilter())); in GetPreFilters()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/
H A Dnode_base.cpp78 auto peerPort = Peer(); in DeliverBuffer() local
79 CHECK_IF_PTR_NULL_RETURN_VOID(peerPort); in DeliverBuffer()
80 auto peerNode = peerPort->GetNode(); in DeliverBuffer()
89 auto peerPort = Peer(); in DeliverBuffers() local
90 CHECK_IF_PTR_NULL_RETURN_VOID(peerPort); in DeliverBuffers()
91 auto peerNode = peerPort->GetNode(); in DeliverBuffers()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.cpp71 … std::shared_ptr<IPort> peerPort = (*peerNode)->GetPort(portSpec.info_.peerPortName_); in Build() local
72 re = peerPort->SetFormat(portSpec.format_); in Build()
77 re = port->Connect(peerPort); in Build()
79 re = peerPort->Connect(port); in Build()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dconn_event_test.cpp41 .peerPort = "9000",
86 .peerPort = "testPeerPort",
146 .peerPort = nullptr,
223 .peerPort = "3512",
H A Ddisc_event_test.cpp41 .peerPort = "9000",
84 .peerPort = "testPeerPort",
130 .peerPort = "",
H A Dlnn_event_test.cpp60 .peerPort = "testPeerPort",
102 .peerPort = "",
126 .peerPort = "9000",
H A Dtrans_event_test.cpp346 .peerPort = NULL,
384 .peerPort = "3436",
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp108 auto peerPort = outPort->GetPeerPort(); in GetNextFilters() local
109 if (!peerPort) { in GetNextFilters()
114 … auto filter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in GetNextFilters()
127 auto peerPort = inPort->GetPeerPort(); in GetPreFilters() local
128 if (!peerPort) { in GetPreFilters()
133 … auto filter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in GetPreFilters()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c252 …const char *peerIp, int32_t peerPort, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgRec… in StartNStackXDFileClient() argument
262 int32_t ret = InitSockAddrIn6ByIpPort(peerIp, peerPort, &localAddr); in StartNStackXDFileClient()
271 int32_t ret = InitSockAddrInByIpPort(peerIp, peerPort, &localAddr); in StartNStackXDFileClient()
287 …GI(TRANS_FILE, "start dfile client, peerIp=%{public}s, peerPort=%{public}d", animizedIp, peerPort); in StartNStackXDFileClient()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h94 const char *peerPort; // PEER_PORT member
173 const char *peerPort; // PEER_PORT member
H A Ddisc_event_form.h121 const char *peerPort; // PEER_PORT member
196 int32_t peerPort; // PEER_PORT member
H A Dtrans_event_form.h167 const char *peerPort; // PEER_PORT member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Ddstream_adaptor_client_test.c67 p1->peerPort = port; in ConstructVtpStreamOpenParam()
75 p2->peerPort = port2; in ConstructVtpStreamOpenParam()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/
H A Dfile_adapter.h31 int32_t StartNStackXDFileClient(const char *peerIp, int32_t peerPort, const uint8_t *key,
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp67 auto peerPort = std::find_if(peerNode->portSpecSet_.begin(), peerNode->portSpecSet_.end(), in SetUpBasicOutPortFormat() local
71 if (peerPort == peerNode->portSpecSet_.end()) { in SetUpBasicOutPortFormat()
76 format = peerPort->format_; in SetUpBasicOutPortFormat()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dclient_trans_udp_stream_interface.h58 int32_t peerPort; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Ddisc_event.c76 extra->peerPort = NULL; in DiscEventExtraInit()
H A Dlnn_event.c74 extra->peerPort = NULL; in LnnEventExtraInit()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h99 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.peerPort);
171 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.peerPort);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h166 int32_t peerPort; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c617 int32_t peerPort = 0; in OnVerifyP2pRequest() local
622 int32_t ret = VerifyP2pUnPack(json, peerIp, IP_LEN, &peerPort); in OnVerifyP2pRequest()
654 LaneAddP2pAddressByIp(peerIp, peerPort); in OnVerifyP2pRequest()
739 int32_t peerPort = -1; in OnVerifyP2pReply() local
776 peerPort = conn->appInfo.peerData.port; in OnVerifyP2pReply()
787 LaneAddP2pAddress(peerNetworkId, peerAddr, peerPort); in OnVerifyP2pReply()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_audit_converter.h61 CONN_AUDIT_ASSIGNER(String, PeerPort, peerPort)
H A Dtrans_audit_converter.h48 TRANS_AUDIT_ASSIGNER(String, PeerPort, peerPort)
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp87 channelInfo->peerPort = 1; in TransAddChannleInfoTest()
696 int32_t peerPort = 25; variable
697 int32_t ret = StartNStackXDFileClient(NULL, peerPort, &key, keyLen, g_fileMsgRecviver);
699 (void)StartNStackXDFileClient("127.0.0.1", peerPort, &key, keyLen, g_fileMsgRecviver);

12