Home
last modified time | relevance | path

Searched refs:WriteObjectOffset (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp172 if (!WriteObjectOffset(objOffset)) { in UpdateDBinderDataOffset()
579 if (!WriteObjectOffset(offset)) { in Append()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp294 WriteObjectOffset(newObjectOffsets[index]); in InjectOffsets()
678 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
711 WriteObjectOffset(placeholder); in WriteRemoteObject()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h737 bool WriteObjectOffset(binder_size_t offset);
H A Dparcel.cpp269 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h792 bool WriteObjectOffset(binder_size_t offset);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp331 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp326 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp328 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp326 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp326 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-parcel.md154 | bool | **WriteObjectOffset**(binder_size_t offset)<br>记录待写入对象的具体位置,该位置表示为相对于数据区域起始处的偏移量。 |