Home
last modified time | relevance | path

Searched refs:AppRecoveryParcelAllocator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.cpp20 AppRecoveryParcelAllocator::AppRecoveryParcelAllocator() in AppRecoveryParcelAllocator() function in OHOS::AppExecFwk::AppRecoveryParcelAllocator
24 AppRecoveryParcelAllocator::~AppRecoveryParcelAllocator() in ~AppRecoveryParcelAllocator()
28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attr… in Realloc()
33 void* AppRecoveryParcelAllocator::Alloc(size_t size __attribute__((unused))) in Alloc()
38 void AppRecoveryParcelAllocator::Dealloc(void* data __attribute__((unused))) in Dealloc()
H A Dability_recovery.cpp219 Parcel parcel(new AppRecoveryParcelAllocator()); // do not dealloc mmap area in ReadSerializeDataFromFile()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.h23 class AppRecoveryParcelAllocator : public OHOS::Allocator {
25 AppRecoveryParcelAllocator();
26 ~AppRecoveryParcelAllocator();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dability_recovery_test.cpp549 AppRecoveryParcelAllocator allocator;