/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_process.h | 48 …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 D | dbinder_base_invoker_object.h | 376 reply->InjectOffsets( in HandleReply()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_ashmem_helper.cpp | 282 dataParcel->InjectOffsets(reinterpret_cast<binder_size_t>(offsets), offsetSize); in ParseFromAshmemParcel()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.h | 659 void InjectOffsets(binder_size_t offsets, size_t offsetSize);
|
H A D | parcel.cpp | 106 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 D | parcel.h | 707 void InjectOffsets(binder_size_t offsets, size_t offsetSize);
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/ |
H A D | mock_parcel.cpp | 124 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 D | mock_parcel.cpp | 123 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 D | mock_parcel.cpp | 125 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 D | mock_parcel.cpp | 123 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 D | mock_parcel.cpp | 123 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 D | c-utils-guide-parcel.md | 42 | void | **InjectOffsets**(binder_size_t offsets, size_t offsetSize)<br>记录一个数组,该数组内包含多个对象的位置偏移量。 |
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/ |
H A D | parcel_fuzzer.cpp | 364 parcel2.InjectOffsets(parcel.GetObjectOffsets(), parcel.GetOffsetsSize()); in __anon90ce765f1502()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 808 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 D | parcel.cpp | 285 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 D | rs_render_service_connection_stub.cpp | 228 parcelCopied->InjectOffsets(old.GetObjectOffsets(), objectNum); in CopyParcelIfNeed()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/ |
H A D | parcel_benchmark_test.cpp | 2351 newParcel.InjectOffsets(reinterpret_cast<binder_size_t>(offsets), offsetSize); in BENCHMARK_F()
|