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:INetworkMessage
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/netstack/utils/profiler_utils/src/
H
A
D
i_network_message.cpp
26
INetworkMessage
::
INetworkMessage
(std::string requestId)
in INetworkMessage()
function in OHOS::NetStack::INetworkMessage
30
INetworkMessage
::~
INetworkMessage
() = default;
32
void
INetworkMessage
::SetRequestBeginTime(uint64_t bootTime)
in SetRequestBeginTime()
38
uint32_t
INetworkMessage
::GetIpAddressFromCurlHandle(std::string &ip, CURL *handle)
in GetIpAddressFromCurlHandle()
51
uint32_t
INetworkMessage
::GetEffectiveUrlFromCurlHandle(std::string &effectiveUrl, CURL *handle)
in GetEffectiveUrlFromCurlHandle()
64
uint32_t
INetworkMessage
::GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle)
in GetHttpVersionFromCurlHandle()
75
uint32_t
INetworkMessage
::GetTimeInfoFromCurlHandle(TimeInfo &timeInfo, CURL *handle)
in GetTimeInfoFromCurlHandle()
98
std::string
INetworkMessage
[all...]
H
A
D
netstack_network_profiler.cpp
48
void NetworkProfilerUtils::NetworkProfiling(
INetworkMessage
&networkMessage)
in NetworkProfiling()
H
A
D
http_client_network_message.cpp
28
:
INetworkMessage
(std::move(requestId)),
in HttpClientNetworkMessage()
H
A
D
http_network_message.cpp
28
:
INetworkMessage
(std::move(requestId)),
in HttpNetworkMessage()
/foundation/communication/netstack/utils/profiler_utils/include/
H
A
D
i_network_message.h
54
class
INetworkMessage
{
class
56
INetworkMessage
() = default;
57
explicit
INetworkMessage
(std::string requestId);
58
virtual ~
INetworkMessage
();
H
A
D
netstack_network_profiler.h
27
void NetworkProfiling(
INetworkMessage
&networkMessage);
H
A
D
http_client_network_message.h
24
class HttpClientNetworkMessage : public
INetworkMessage
{
H
A
D
http_network_message.h
24
class HttpNetworkMessage : public
INetworkMessage
{
/foundation/communication/netstack/test/unittest/utils/profiler_utils/
H
A
D
NetstackNetworkProfilerUtilsTest.cpp
39
class MockNetworkMessage : public
INetworkMessage
{
/foundation/communication/netstack/test/unittest/websocket_test/
H
A
D
NetstackNetworkProfilerUtilsTest.cpp
39
class MockNetworkMessage : public
INetworkMessage
{
Completed in 3 milliseconds