Home
last modified time | relevance | path

Searched refs:IsAttemptAcquireSet (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp165 bool RefCounter::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefCounter
322 if (refs_->IsAttemptAcquireSet()) { in IncStrongRef()
412 bool RefBase::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefBase
417 return refs_->IsAttemptAcquireSet(); in IsAttemptAcquireSet()
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp169 bool RefCounter::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefCounter
324 if (refs_->IsAttemptAcquireSet()) { in IncStrongRef()
411 bool RefBase::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefBase
414 return refs_->IsAttemptAcquireSet(); in IsAttemptAcquireSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp314 bool RefCounter::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefCounter
507 if (refs_->IsAttemptAcquireSet()) { in IncStrongRef()
621 bool RefBase::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefBase
626 return refs_->IsAttemptAcquireSet(); in IsAttemptAcquireSet()
H A Drefbase.h198 bool IsAttemptAcquireSet();
563 bool IsAttemptAcquireSet();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp332 bool RefCounter::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefCounter
532 if (refs_->IsAttemptAcquireSet()) { in CheckIsAttemptAcquireSet()
655 bool RefBase::IsAttemptAcquireSet() in IsAttemptAcquireSet() function in OHOS::RefBase
660 return refs_->IsAttemptAcquireSet(); in IsAttemptAcquireSet()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp198 bool isattemp = refs.IsAttemptAcquireSet();
460 bool isattemp = refb.IsAttemptAcquireSet();
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp641 AssertTrue(testobject->IsAttemptAcquireSet(), in BENCHMARK_F()
647 AssertFalse(testobject->IsAttemptAcquireSet(), in BENCHMARK_F()
1089 …AssertTrue(baseObject->IsAttemptAcquireSet(), "baseObject->IsAttemptAcquireSet() did not equal tru… in BENCHMARK_F()
1809 … AssertTrue(refs->IsAttemptAcquireSet(), "refs->IsAttemptAcquireSet() did not return true", state); in BENCHMARK_F()
1811 …AssertFalse(refs->IsAttemptAcquireSet(), "refs->IsAttemptAcquireSet() did not return false", state… in BENCHMARK_F()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h63 bool IsAttemptAcquireSet();
139 bool IsAttemptAcquireSet();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h198 bool IsAttemptAcquireSet();
553 bool IsAttemptAcquireSet();
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp163 g_ref->IsAttemptAcquireSet(); in __anone27d57a10702()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp473 EXPECT_TRUE(testobject->IsAttemptAcquireSet());
477 EXPECT_FALSE(testobject->IsAttemptAcquireSet());