Home
last modified time | relevance | path

Searched refs:WriteEventInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/services/callback/src/
H A Dupdate_callback_proxy.cpp38 int32_t result = MessageParcelHelper::WriteEventInfo(data, eventInfo); in OnEvent()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_proxy.c68 static int32_t WriteEventInfo(struct HdfSBuf *data, struct EventInfo *info) in WriteEventInfo() function
125 ret = WriteEventInfo(data, info); in CodecCallbackTypeProxyEventHandler()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h69 static int32_t WriteEventInfo(MessageParcel &data, const EventInfo &eventInfo);
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp308 int32_t MessageParcelHelper::WriteEventInfo(MessageParcel &data, const EventInfo &eventInfo) in WriteEventInfo() function in OHOS::UpdateEngine::MessageParcelHelper