Home
last modified time | relevance | path

Searched refs:toPort (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h70 uint16_t toPort; member
107 uint16_t toPort; member
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp731 auto toPort = videoDecoder->GetInPort(PORT_NAME_DEFAULT); in NewVideoPortFound() local
732 FAIL_LOG(pipeline_->LinkPorts(fromPort, toPort)); // link ports in NewVideoPortFound()
738 toPort = videoSink->GetInPort(PORT_NAME_DEFAULT); in NewVideoPortFound()
739 FAIL_LOG(pipeline_->LinkPorts(fromPort, toPort)); // link ports in NewVideoPortFound()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h64 uint16_t toPort; member
80 uint16_t toPort; member
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c248 .toPort = 0, in SendEntryToRemote()
701 session->toPort = replyMessage->toPort; in MakeSessionByReplyMessage()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp969 auto toPort = videoDecoder_->GetInPort(PORT_NAME_DEFAULT); in NewVideoPortFound() local
970 FAIL_LOG(pipeline_->LinkPorts(fromPort, toPort)); // link ports in NewVideoPortFound()
976 toPort = videoSink_->GetInPort(PORT_NAME_DEFAULT); in NewVideoPortFound()
977 FAIL_LOG(pipeline_->LinkPorts(fromPort, toPort)); // link ports in NewVideoPortFound()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp405 message->toPort = 0; in CreateMessage()
936 if ((oldSession->stubIndex != newSession->stubIndex) || (oldSession->toPort != newSession->toPort) in IsSameSession()
975 session->toPort = replyMessage->toPort; in InitializeSession()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1111 message->toPort = 2; in HWTEST_F()
1377 oldSession->toPort = 2; in HWTEST_F()
1382 newSession->toPort = 2; in HWTEST_F()
1390 newSession->toPort = 12; in HWTEST_F()
1392 newSession->toPort = 2; in HWTEST_F()

Completed in 14 milliseconds