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:VALUE_NULL
(Results
1 - 12
of
12
) sorted by relevance
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
parcelable_vector_rw.h
26
constexpr int
VALUE_NULL
= -1;
member
34
int empty =
VALUE_NULL
;
in ReadVectorFromParcel()
61
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in WriteVectorToParcel()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H
A
D
parcelable_vector_rw.h
26
constexpr int
VALUE_NULL
= -1;
member
34
int empty =
VALUE_NULL
;
in ReadVectorFromParcel()
61
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in WriteVectorToParcel()
/base/notification/common_event_service/frameworks/native/src/
H
A
D
common_event_data.cpp
75
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in Marshalling()
105
int empty =
VALUE_NULL
;
in ReadFromParcel()
H
A
D
matching_skills.cpp
148
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in WriteVectorInfo()
204
int32_t empty =
VALUE_NULL
;
in ReadFromParcel()
220
empty =
VALUE_NULL
;
in ReadFromParcel()
236
empty =
VALUE_NULL
;
in ReadFromParcel()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_data.h
119
static constexpr int
VALUE_NULL
= -1;
member in OHOS::EventFwk::CommonEventData
H
A
D
matching_skills.h
219
static constexpr int32_t
VALUE_NULL
= -1;
member in OHOS::EventFwk::MatchingSkills
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
message_user.h
176
static constexpr int32_t
VALUE_NULL
= -1;
member in OHOS::Notification::final
H
A
D
notification_slot.h
481
static constexpr int32_t
VALUE_NULL
= -1;
member in OHOS::Notification::NotificationSlot
H
A
D
reminder_request.h
1008
static constexpr int32_t
VALUE_NULL
= -1;
member in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
message_user.cpp
186
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in Marshalling()
187
ANS_LOGE("Failed to write
VALUE_NULL
");
in Marshalling()
224
int32_t empty =
VALUE_NULL
;
in ReadFromParcel()
H
A
D
notification_slot.cpp
374
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in Marshalling()
436
int32_t empty =
VALUE_NULL
;
in ReadFromParcel()
H
A
D
reminder_request.cpp
1084
if (!parcel.WriteInt32(
VALUE_NULL
)) {
in MarshallingWantParameters()
1206
int empty =
VALUE_NULL
;
in ReadWantParametersFromParcel()
Completed in 10 milliseconds