Searched refs:FlattenObject (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | iremote_object.cpp | 39 return invoker->FlattenObject(parcel, this); in Marshalling() 49 return invoker->FlattenObject(parcel, object); in Marshalling()
|
H A D | dbinder_callback_stub.cpp | 189 if (!invoker->FlattenObject(parcel, this)) { in Marshalling()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | iremote_invoker.h | 88 virtual bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const = 0;
|
H A D | dbinder_databus_invoker.h | 37 bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const override;
|
H A D | binder_invoker.h | 97 bool FlattenObject(Parcel &parcel, const IRemoteObject *object) const override;
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | mock_iremote_invoker.h | 64 MOCK_CONST_METHOD2(FlattenObject, bool(Parcel &parcel, const IRemoteObject *object));
|
H A D | binder_invoker_unittest.cpp | 576 EXPECT_EQ(binderInvoker.FlattenObject(parcel, object), false);
|
H A D | ipc_binder_databus_invoker_unittest.cpp | 118 bool ret = testInvoker.FlattenObject(data, object);
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/ |
H A D | binderinvoker_fuzzer.cpp | 100 invoker->FlattenObject(parcel, object); in FlattenObjectTest()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 264 if (!invoker->FlattenObject(parcel, this)) { in Marshalling()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 302 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 D | dbinder_databus_invoker.cpp | 516 bool DBinderDatabusInvoker::FlattenObject(Parcel &parcel, const IRemoteObject *object) const in FlattenObject() function in OHOS::DBinderDatabusInvoker
|