Home
last modified time | relevance | path

Searched refs:VALUE_NULL (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dparcelable_vector_rw.h26 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 Dparcelable_vector_rw.h26 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 Dcommon_event_data.cpp75 if (!parcel.WriteInt32(VALUE_NULL)) { in Marshalling()
105 int empty = VALUE_NULL; in ReadFromParcel()
H A 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/
H A Dcommon_event_data.h119 static constexpr int VALUE_NULL = -1; member in OHOS::EventFwk::CommonEventData
H A Dmatching_skills.h219 static constexpr int32_t VALUE_NULL = -1; member in OHOS::EventFwk::MatchingSkills
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dmessage_user.h176 static constexpr int32_t VALUE_NULL = -1; member in OHOS::Notification::final
H A Dnotification_slot.h481 static constexpr int32_t VALUE_NULL = -1; member in OHOS::Notification::NotificationSlot
H A Dreminder_request.h1008 static constexpr int32_t VALUE_NULL = -1; member in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp186 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 Dnotification_slot.cpp374 if (!parcel.WriteInt32(VALUE_NULL)) { in Marshalling()
436 int32_t empty = VALUE_NULL; in ReadFromParcel()
H A Dreminder_request.cpp1084 if (!parcel.WriteInt32(VALUE_NULL)) { in MarshallingWantParameters()
1206 int empty = VALUE_NULL; in ReadWantParametersFromParcel()

Completed in 10 milliseconds