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:isHost_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
route.cpp
50
if (!parcel.WriteBool(
isHost_
)) {
in Marshalling()
90
if (!parcel.ReadBool(ptr->
isHost_
)) {
in Unmarshalling()
125
if (!parcel.WriteBool(object->
isHost_
)) {
in Marshalling()
168
str.append("
isHost_
= ");
in ToString()
169
str.append(
isHost_
? "true" : "false");
in ToString()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
route.h
43
bool
isHost_
= false;
member
/foundation/communication/netmanager_ext/test/vpnmanager/fuzztest/vpnclient_fuzzer/
H
A
D
vpnclient_fuzzer.cpp
93
route.
isHost_
= GetData<bool>();
in GetRouteData()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_ext_test/
H
A
D
networkvpn_service_ext_test.cpp
160
cJSON_AddItemToObject(json, "isHost", cJSON_CreateBool(mem.
isHost_
));
in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
366
tmp.
isHost_
= cJSON_IsTrue(isHost) ? true : false;
in ConvertRouteToConfig()
367
NETMGR_EXT_LOG_D("isHost = %{public}d", tmp.
isHost_
);
in ConvertRouteToConfig()
494
cJSON_AddItemToObject(jRoute, "isHost", cJSON_CreateBool(mem.
isHost_
));
in ConvertVecRouteToJson()
Completed in 4 milliseconds