Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_cpp_test.cpp185 if (pobj1.BeginRead()) {
195 if (pobj2.BeginRead()) {
218 if (pobj->BeginRead()) {
246 if (pobj->BeginRead()) {
278 if (pobj->BeginRead()) {
307 if (pobj->BeginRead()) {
341 if (pobj->BeginRead()) {
377 if (pobj->BeginRead()) {
415 if (pobj->BeginRead()) {
435 bool ret = pobj->BeginRead();
[all …]
H A Dpurgeableashmem_test.cpp241 if (pobj1.BeginRead()) {
251 if (pobj2.BeginRead()) {
275 if (pobj->BeginRead()) {
304 if (pobj->BeginRead()) {
337 if (pobj->BeginRead()) {
367 if (pobj->BeginRead()) {
402 if (pobj->BeginRead()) {
439 if (pobj->BeginRead()) {
478 if (pobj->BeginRead()) {
519 if (pobj->BeginRead()) {
[all …]
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpurgeable_mem_base.h43 bool BeginRead();
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem_base.cpp54 bool PurgeableMemBase::BeginRead() in BeginRead() function in OHOS::PurgeableMem::PurgeableMemBase