Home
last modified time | relevance | path

Searched defs:msgParcel (Results 1 – 5 of 5) sorted by relevance

/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
Db_incremental_data.cpp31 auto msgParcel = static_cast<MessageParcel *>(&parcel); in Marshalling() local
43 auto msgParcel = static_cast<MessageParcel *>(&parcel); in ReadFromParcel() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp48 Parcel const *AsParcel(const MessageParcel &msgParcel) in AsParcel()
54 Parcel *AsParcelMut(MessageParcel &msgParcel) in AsParcelMut()
59 bool WriteInterfaceToken(MessageParcel &msgParcel, rust::str name) in WriteInterfaceToken()
65 rust::string ReadInterfaceToken(MessageParcel &msgParcel) in ReadInterfaceToken()
70 bool WriteRemoteObject(MessageParcel &msgParcel, std::unique_ptr<IRemoteObjectWrapper> object) in WriteRemoteObject()
79 std::unique_ptr<IRemoteObjectWrapper> ReadRemoteObject(MessageParcel &msgParcel) in ReadRemoteObject()
91 bool WriteBuffer(MessageParcel &msgParcel, rust::slice<const uint8_t> buffer) in WriteBuffer()
96 bool ReadBuffer(MessageParcel &msgParcel, size_t len, rust::vec<uint8_t> &buffer) in ReadBuffer()
/foundation/communication/ipc/interfaces/innerkits/c_api/include/
Dipc_inner_object.h28 OHOS::MessageParcel* msgParcel; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dpicture_handle_service.cpp54 MessageParcel msgParcel; in OpenPicture() local
/foundation/communication/ipc/ipc/native/src/c_api/source/
Dipc_cparcel.cpp30 OHOS::MessageParcel *msgParcel = new (std::nothrow) OHOS::MessageParcel(); in OH_IPCParcel_Create() local