Home
last modified time | relevance | path

Searched refs:FlattenObject (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp39 return invoker->FlattenObject(parcel, this); in Marshalling()
49 return invoker->FlattenObject(parcel, object); in Marshalling()
H A Ddbinder_callback_stub.cpp189 if (!invoker->FlattenObject(parcel, this)) { in Marshalling()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h88 virtual bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const = 0;
H A Ddbinder_databus_invoker.h37 bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const override;
H A Dbinder_invoker.h97 bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const override;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h64 MOCK_CONST_METHOD2(FlattenObject, bool(Parcel &parcel, const IRemoteObject *object));
H A Dbinder_invoker_unittest.cpp576 EXPECT_EQ(binderInvoker.FlattenObject(parcel, object), false);
H A Dipc_binder_databus_invoker_unittest.cpp118 bool ret = testInvoker.FlattenObject(data, object);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp100 invoker->FlattenObject(parcel, object); in FlattenObjectTest()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp264 if (!invoker->FlattenObject(parcel, this)) { in Marshalling()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp302 if (!FlattenObject(output_, obj.GetRefPtr())) { in TranslateIRemoteObject()
1484 bool BinderInvoker::FlattenObject(Parcel &parcel, const IRemoteObject *object) const in FlattenObject() function in OHOS::IPC_SINGLE::BinderInvoker
H A Ddbinder_databus_invoker.cpp516 bool DBinderDatabusInvoker::FlattenObject(Parcel &parcel, const IRemoteObject *object) const in FlattenObject() function in OHOS::DBinderDatabusInvoker