Home
last modified time | relevance | path

Searched refs:Dealloc (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.cpp38 void AppRecoveryParcelAllocator::Dealloc(void* data __attribute__((unused))) in Dealloc() function in OHOS::AppExecFwk::AppRecoveryParcelAllocator
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.h29 void Dealloc(void *data) override;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_ashmem_helper_test.cpp215 * @tc.desc: Verify function Dealloc
224 rsAshmemAllocator->Dealloc(nullptr); in HWTEST_F()
225 rsAshmemAllocator->Dealloc(wrongData); in HWTEST_F()
226 rsAshmemAllocator->Dealloc(rsAshmemAllocator->data_); in HWTEST_F()
230 rsAshmemAllocator->Dealloc(rsAshmemAllocator->data_); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_ashmem_helper.h39 void Dealloc(void* data) override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.h46 void Dealloc(void *data) override { }
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_ashmem_helper.cpp70 void AshmemAllocator::Dealloc(void* data) in Dealloc() function in OHOS::Rosen::AshmemAllocator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_ashmem_helper.cpp70 void AshmemAllocator::Dealloc(void* data) in Dealloc() function in OHOS::Rosen::AshmemAllocator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp88 Dealloc(data_); in ~AshmemAllocator()
155 void AshmemAllocator::Dealloc(void* data) in Dealloc() function in OHOS::Rosen::AshmemAllocator
158 ROSEN_LOGW("AshmemAllocator::Dealloc data addr not match!"); in Dealloc()
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_define.h47 void Dealloc(void *data) override;
53 void Dealloc(void *data) override;
H A Ddbinder_base_invoker_object.h389 template <class T> void DBinderBaseInvoker<T>::DBinderSendAllocator::Dealloc(void *data) {} in Dealloc() function in OHOS::DBinderBaseInvoker::DBinderSendAllocator
391 template <class T> void DBinderBaseInvoker<T>::DBinderRecvAllocator::Dealloc(void *data) in Dealloc() function in OHOS::DBinderBaseInvoker::DBinderRecvAllocator
H A Dbinder_invoker.h61 void Dealloc(void *data) override;
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h126 virtual void Dealloc(void *data) = 0;
149 void Dealloc(void *data) override;
H A Dparcel.cpp531 void DefaultAllocator::Dealloc(void *data) in Dealloc() function in OHOS::DefaultAllocator
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp423 Dealloc(mapFile_); in ~MyAllocator()
426 void Dealloc(void *mapFile) in Dealloc() function in OHOS::Rosen::MyAllocator
429 std::cout << "MyAllocator::Dealloc data addr not match!" << std::endl; in Dealloc()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_ashmem_test.cpp87 * @tc.desc: test results of Dealloc AshmemAllocator
101 * @tc.steps: step2. Dealloc AshmemAllocator in HWTEST_F()
103 ashmemAllocator->Dealloc(ashmemAllocator->GetData()); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dability_recovery_test.cpp563 allocator.Dealloc(nullptr); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1371 void BinderInvoker::BinderAllocator::Dealloc(void *data) in Dealloc() function in OHOS::IPC_SINGLE::BinderInvoker::BinderAllocator

Completed in 13 milliseconds