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:fromPort
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/services/dbinder/c/include/
H
A
D
dbinder_types.h
71
uint16_t
fromPort
;
member
106
uint16_t
fromPort
;
member
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.cpp
691
auto
fromPort
= filter->GetOutPort(portDesc.name);
in NewAudioPortFound()
local
694
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, audioSink_->GetInPort(PORT_NAME_DEFAULT)));
in NewAudioPortFound()
699
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, newAudioDecoder->GetInPort(PORT_NAME_DEFAULT)));
in NewAudioPortFound()
730
auto
fromPort
= filter->GetOutPort(portDesc.name);
in NewVideoPortFound()
local
732
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, toPort)); // link ports
in NewVideoPortFound()
737
fromPort
= videoDecoder->GetOutPort(PORT_NAME_DEFAULT);
in NewVideoPortFound()
739
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, toPort)); // link ports
in NewVideoPortFound()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.cpp
929
auto
fromPort
= filter->GetOutPort(portDesc.name);
in NewAudioPortFound()
local
932
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, audioSink_->GetInPort(PORT_NAME_DEFAULT)));
in NewAudioPortFound()
937
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, newAudioDecoder->GetInPort(PORT_NAME_DEFAULT)));
in NewAudioPortFound()
968
auto
fromPort
= filter->GetOutPort(portDesc.name);
in NewVideoPortFound()
local
970
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, toPort)); // link ports
in NewVideoPortFound()
975
fromPort
= videoDecoder_->GetOutPort(PORT_NAME_DEFAULT);
in NewVideoPortFound()
977
FAIL_LOG(pipeline_->LinkPorts(
fromPort
, toPort)); // link ports
in NewVideoPortFound()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H
A
D
dbinder_service.h
63
uint16_t
fromPort
;
member
81
uint16_t
fromPort
;
member
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
247
.
fromPort
= 0,
in SendEntryToRemote()
702
session->
fromPort
= replyMessage->
fromPort
;
in MakeSessionByReplyMessage()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_service.cpp
404
message->
fromPort
= 0;
in CreateMessage()
937
|| (oldSession->
fromPort
!= newSession->
fromPort
) || (oldSession->type != newSession->type)
in IsSameSession()
976
session->
fromPort
= replyMessage->
fromPort
;
in InitializeSession()
/foundation/communication/ipc/services/dbinder/test/unittest/
H
A
D
dbinder_service_unittest.cpp
1110
message->
fromPort
= 1;
in HWTEST_F()
1378
oldSession->
fromPort
= 3;
in HWTEST_F()
1383
newSession->
fromPort
= 3;
in HWTEST_F()
1393
newSession->
fromPort
= 13;
in HWTEST_F()
1395
newSession->
fromPort
= 3;
in HWTEST_F()
Completed in 10 milliseconds