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:hasValue
(Results
1 - 5
of
5
) sorted by relevance
/base/request/request/frameworks/cj/ffi/include/
H
A
D
cj_request_ffi.h
140
bool
hasValue
;
member
145
bool
hasValue
;
member
150
bool
hasValue
;
member
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_request_impl.cpp
229
if (!cToken.
hasValue
) {
in ParseToken()
323
RequestNativeOptionCString tmp = {.
hasValue
= (cToken != NULL), .value = cToken};
in TouchTask()
368
return bundle.
hasValue
? bundle.value : "*";
in ParseBundle()
376
return before.
hasValue
? before.value : now;
in ParseBefore()
382
return after.
hasValue
? after.value : (before - MILLISECONDS_IN_ONE_DAY);
in ParseAfter()
387
return state.
hasValue
? static_cast<State>(state.value) : State::ANY;
in ParseState()
392
return action.
hasValue
? static_cast<Action>(action.value) : Action::ANY;
in ParseAction()
397
return mode.
hasValue
? static_cast<Mode>(mode.value) : Mode::ANY;
in ParseMode()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
sim_core_service_test.cpp
178
bool
hasValue
= false;
in HWTEST_F()
local
179
EXPECT_NE(mCoreService->HasSimCard(0,
hasValue
), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
180
EXPECT_NE(mCoreService->HasOperatorPrivileges(0,
hasValue
), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
339
bool
hasValue
= false;
in HWTEST_F()
local
340
EXPECT_NE(mCoreService->HasSimCard(0,
hasValue
), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
341
EXPECT_NE(mCoreService->HasOperatorPrivileges(0,
hasValue
), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
/base/security/device_auth/common_lib/impl/src/
H
A
D
hc_tlv_parser.c
137
if (tlvChild->checkTag == tag && tlvChild->
hasValue
== 0) {
in GetEmptyStructNode()
155
if (tlvChild->
hasValue
== 0) {
in CheckStructNodeAllHasValue()
167
tlv->
hasValue
= 1;
in SetStructNodeHasValue()
/base/security/device_auth/common_lib/interfaces/
H
A
D
hc_tlv_parser.h
37
unsigned short
hasValue
;
member
Completed in 4 milliseconds