Home
last modified time | relevance | path

Searched defs:ReadRemoteObject (Results 1 – 17 of 17) sorted by relevance

/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_m/
Dserializer_inner.c37 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject() function
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
Dserializer_inner.c105 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject() function
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
Dmessage_parcel.cpp62 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/filemanagement/user_file_service/test/unittest/mock/
Dmessage_parcel_mock.cpp94 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mock/
Dmessage_parcel_mock.cpp69 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
Dserializer_inner.c152 bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) in ReadRemoteObject() function
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
Dmessage_parcel_mock.cpp74 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/communication/connected_nfc_tag/test/unittest/common_mock/
Dmessage_parcel.h30 sptr<IRemoteObject> ReadRemoteObject() in ReadRemoteObject() function
/foundation/ability/form_fwk/test/mock/src/
Dmock_message_parcel.cpp60 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/
Dmock_message_parcel.cpp71 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp102 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
Dmessage_parcel_mock.cpp94 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/communication/ipc/test/unittest/ipc/native/src/c_api/source/
Dipc_cparcel_unittest.cpp143 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/multimodalinput/input/service/connect_manager/test/
Dmessage_parcel_mock.cpp106 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/communication/ipc/ipc/native/src/core/framework/source/
Dmessage_parcel.cpp219 sptr<IRemoteObject> MessageParcel::ReadRemoteObject() in ReadRemoteObject() function in OHOS::MessageParcel
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp79 std::unique_ptr<IRemoteObjectWrapper> ReadRemoteObject(MessageParcel &msgParcel) in ReadRemoteObject() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs63 fn ReadRemoteObject(msgParcel: Pin<&mut MessageParcel>) -> UniquePtr<IRemoteObjectWrapper>; in ReadRemoteObject() function