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:ipAddr_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
dhcp_result_parcel.cpp
25
parcel.WriteString(
ipAddr_
);
in Marshalling()
39
ptr->
ipAddr_
= parcel.ReadString();
in Unmarshalling()
H
A
D
netsys_net_diag_data.cpp
150
if (!parcel.WriteString(
ipAddr_
)) {
in Marshalling()
186
if (!parcel.ReadString(pingResult.
ipAddr_
)) {
in Unmarshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
dhcp_result_parcel.h
28
std::string
ipAddr_
;
member
H
A
D
netsys_net_diag_data.h
69
std::string
ipAddr_
;
member
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
dhcp_result_parcel_test.cpp
36
info.
ipAddr_
= IP_ADDR;
in GetDhcpResultParcelData()
H
A
D
notify_callback_proxy_test.cpp
115
dhcpResult->
ipAddr_
= "192.168.11.55";
in HWTEST_F()
H
A
D
notify_callback_stub_test.cpp
242
dhcpResult->
ipAddr_
= "192.168.11.55";
in HWTEST_F()
H
A
D
net_diag_wrapper_test.cpp
477
pingResult.
ipAddr_
= TEST_STRING_VALUE;
in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H
A
D
netsys_controller_callback.h
27
std::string
ipAddr_
;
member
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
dhcp_controller.cpp
113
ptr->
ipAddr_
= result->strOptClientId;
in Process()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_diag_wrapper.cpp
414
pingResult.
ipAddr_
= match[ipPos].str();
in ExtractPingHeader()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H
A
D
netsys_native_client.cpp
1147
result.
ipAddr_
= dhcpResult->
ipAddr_
;
in ProcessDhcpResult()
Completed in 11 milliseconds