Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:toPort
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/services/dbinder/c/include/
H
A
D
dbinder_types.h
70
uint16_t
toPort
;
member
107
uint16_t
toPort
;
member
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.cpp
731
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
D
dbinder_service.h
64
uint16_t
toPort
;
member
80
uint16_t
toPort
;
member
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
248
.
toPort
= 0,
in SendEntryToRemote()
701
session->
toPort
= replyMessage->
toPort
;
in MakeSessionByReplyMessage()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.cpp
969
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
D
dbinder_service.cpp
405
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
D
dbinder_service_unittest.cpp
1111
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