Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dparcelable_vector_rw.h28 constexpr int VALUE_OBJECT = 1; member
38 if (empty == VALUE_OBJECT) { in ReadVectorFromParcel()
65 if (!parcel.WriteInt32(VALUE_OBJECT)) { in WriteVectorToParcel()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dparcelable_vector_rw.h28 constexpr int VALUE_OBJECT = 1; member
38 if (empty == VALUE_OBJECT) { in ReadVectorFromParcel()
65 if (!parcel.WriteInt32(VALUE_OBJECT)) { in WriteVectorToParcel()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_data.cpp80 if (!parcel.WriteInt32(VALUE_OBJECT)) { in Marshalling()
109 if (empty == VALUE_OBJECT) { in ReadFromParcel()
H A Dmatching_skills.cpp152 if (!parcel.WriteInt32(VALUE_OBJECT)) { in WriteVectorInfo()
208 if (empty == VALUE_OBJECT) { in ReadFromParcel()
224 if (empty == VALUE_OBJECT) { in ReadFromParcel()
240 if (empty == VALUE_OBJECT) { in ReadFromParcel()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_data.h120 static constexpr int VALUE_OBJECT = 1; member in OHOS::EventFwk::CommonEventData
H A Dmatching_skills.h220 static constexpr int32_t VALUE_OBJECT = 1; member in OHOS::EventFwk::MatchingSkills
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dmessage_user.h178 static constexpr int32_t VALUE_OBJECT = 1; member in OHOS::Notification::final
H A Dnotification_slot.h483 static constexpr int32_t VALUE_OBJECT = 1; member in OHOS::Notification::NotificationSlot
H A Dreminder_request.h1010 static constexpr int32_t VALUE_OBJECT = 1; member in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp191 if (!parcel.WriteInt32(VALUE_OBJECT)) { in Marshalling()
192 ANS_LOGE("Failed to write VALUE_OBJECT"); in Marshalling()
230 if (empty == VALUE_OBJECT) { in ReadFromParcel()
H A Dnotification_slot.cpp379 if (!parcel.WriteInt32(VALUE_OBJECT)) { in Marshalling()
442 if (empty == VALUE_OBJECT) { in ReadFromParcel()
H A Dreminder_request.cpp1088 if (!parcel.WriteInt32(VALUE_OBJECT)) { in MarshallingWantParameters()
1210 if (empty == VALUE_OBJECT) { in ReadWantParametersFromParcel()

Completed in 10 milliseconds