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:GetPeerPort
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestPort.cpp
86
std::shared_ptr<Port> res = outPort.
GetPeerPort
();
in HWTEST_F()
89
res = inPort.
GetPeerPort
();
in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H
A
D
port.h
61
virtual std::shared_ptr<Port>
GetPeerPort
();
98
std::shared_ptr<Port>
GetPeerPort
() override;
122
std::shared_ptr<Port>
GetPeerPort
() override;
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H
A
D
filter_base.cpp
80
auto peerPort = port->
GetPeerPort
();
in UnlinkPrevFilters()
93
auto peerPort = port->
GetPeerPort
();
in GetNextFilters()
112
auto peerPort = inPort->
GetPeerPort
();
in GetPreFilters()
H
A
D
port.cpp
28
std::shared_ptr<Port> Port::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Effect::Port
62
std::shared_ptr<Port> InPort::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Effect::InPort
148
std::shared_ptr<Port> OutPort::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Effect::OutPort
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H
A
D
tcp_socket.h
48
int
GetPeerPort
(int fd);
H
A
D
tcp_socket.cpp
84
int TcpSocket::
GetPeerPort
(int fd)
in GetPeerPort()
function in OHOS::CastEngine::CastEngineService::TcpSocket
H
A
D
tcp_connection.cpp
126
int remotePort = socket_.
GetPeerPort
(sockfd);
in Accept()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H
A
D
tcp_socket.h
48
int
GetPeerPort
(int fd);
H
A
D
tcp_socket.cpp
84
int TcpSocket::
GetPeerPort
(int fd)
in GetPeerPort()
function in OHOS::CastEngine::CastEngineService::TcpSocket
H
A
D
tcp_connection.cpp
126
int remotePort = socket_.
GetPeerPort
(sockfd);
in Accept()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
port.cpp
40
std::shared_ptr<Port> Port::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Pipeline::Port
69
std::shared_ptr<Port> InPort::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Pipeline::InPort
155
std::shared_ptr<Port> OutPort::
GetPeerPort
()
in GetPeerPort()
function in OHOS::Media::Pipeline::OutPort
H
A
D
port.h
51
virtual std::shared_ptr<Port>
GetPeerPort
();
90
std::shared_ptr<Port>
GetPeerPort
() override;
112
std::shared_ptr<Port>
GetPeerPort
() override;
H
A
D
filter_base.cpp
95
auto peer = inPort->
GetPeerPort
();
in UnlinkPrevFilters()
108
auto peerPort = outPort->
GetPeerPort
();
in GetNextFilters()
127
auto peerPort = inPort->
GetPeerPort
();
in GetPreFilters()
/foundation/CastEngine/castengine_wifi_display/services/network/data/
H
A
D
socket_info.h
71
uint16_t
GetPeerPort
()
in GetPeerPort()
function in OHOS::Sharing::SocketInfo
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H
A
D
udp_client.cpp
105
GetAnonyString(socket_->GetPeerIp()).c_str(), (int32_t)socket_->
GetPeerPort
(),
in Send()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/network/
H
A
D
network_tcp_unit_test.cpp
433
EXPECT_EQ(socketInfo->
GetPeerPort
(), 8888);
in HWTEST_F()
H
A
D
network_udp_unit_test.cpp
426
EXPECT_EQ(socketInfo->
GetPeerPort
(), 8888);
in HWTEST_F()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.cpp
763
auto peerPort = filter->GetOutPort(portDesc.name)->
GetPeerPort
();
in RemoveFilterChains()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.cpp
1001
auto peerPort = filter->GetOutPort(portDesc.name)->
GetPeerPort
();
in RemoveFilterChains()
Completed in 12 milliseconds