Home
last modified time | relevance | path

Searched refs:VALUE_NULL (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dparcelable_vector_rw.h26 constexpr int VALUE_NULL = -1; variable
34 int empty = VALUE_NULL; in ReadVectorFromParcel()
61 if (!parcel.WriteInt32(VALUE_NULL)) { in WriteVectorToParcel()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dparcelable_vector_rw.h26 constexpr int VALUE_NULL = -1; variable
34 int empty = VALUE_NULL; in ReadVectorFromParcel()
61 if (!parcel.WriteInt32(VALUE_NULL)) { in WriteVectorToParcel()
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_data.cpp74 if (!parcel.WriteInt32(VALUE_NULL)) { in Marshalling()
104 int empty = VALUE_NULL; in ReadFromParcel()
Dmatching_skills.cpp148 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/
Dcommon_event_data.h119 static constexpr int VALUE_NULL = -1; variable
Dmatching_skills.h219 static constexpr int32_t VALUE_NULL = -1; variable
/base/notification/distributed_notification_service/interfaces/inner_api/
Dmessage_user.h176 static constexpr int32_t VALUE_NULL = -1; variable
Dnotification_slot.h357 static constexpr int32_t VALUE_NULL = -1; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dmessage_user.cpp186 if (!parcel.WriteInt32(VALUE_NULL)) { in Marshalling()
224 int32_t empty = VALUE_NULL; in ReadFromParcel()
Dnotification_slot.cpp281 if (!parcel.WriteInt32(VALUE_NULL)) { in Marshalling()
323 int32_t empty = VALUE_NULL; in ReadFromParcel()