Home
last modified time | relevance | path

Searched refs:InjectOffsets (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h48 …data.InjectOffsets(reinterpret_cast<binder_uintptr_t>(reinterpret_cast<char *>(tr->buffer) + tr->o… in ProcessTransaction()
321 data.InjectOffsets(reinterpret_cast<binder_uintptr_t>(tr->buffer + tr->offsets), objCount); in OverrideMessageParcelData()
H A Ddbinder_base_invoker_object.h376 reply->InjectOffsets( in HandleReply()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp282 dataParcel->InjectOffsets(reinterpret_cast<binder_size_t>(offsets), offsetSize); in ParseFromAshmemParcel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h659 void InjectOffsets(binder_size_t offsets, size_t offsetSize);
H A Dparcel.cpp106 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h707 void InjectOffsets(binder_size_t offsets, size_t offsetSize);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp124 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp125 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-parcel.md42 | void | **InjectOffsets**(binder_size_t offsets, size_t offsetSize)<br>记录一个数组,该数组内包含多个对象的位置偏移量。 |
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp364 parcel2.InjectOffsets(parcel.GetObjectOffsets(), parcel.GetOffsetsSize()); in __anon90ce765f1502()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp808 data->InjectOffsets(tr.data.ptr.offsets, tr.offsets_size / sizeof(binder_size_t)); in Transaction()
957 reply->InjectOffsets(tr->data.ptr.offsets, tr->offsets_size / sizeof(binder_size_t)); in HandleReply()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp285 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp228 parcelCopied->InjectOffsets(old.GetObjectOffsets(), objectNum); in CopyParcelIfNeed()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp2351 newParcel.InjectOffsets(reinterpret_cast<binder_size_t>(offsets), offsetSize); in BENCHMARK_F()