Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp420 bool RefBase::IsExtendLifeTimeSet() in IsExtendLifeTimeSet() function in OHOS::RefBase
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp419 bool RefBase::IsExtendLifeTimeSet() in IsExtendLifeTimeSet() function in OHOS::RefBase
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp474 bool isextend = refb.IsExtendLifeTimeSet();
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp168 g_ref->IsExtendLifeTimeSet(); in __anone27d57a10802()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp629 bool RefBase::IsExtendLifeTimeSet() in IsExtendLifeTimeSet() function in OHOS::RefBase
H A Drefbase.h571 bool IsExtendLifeTimeSet();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp663 bool RefBase::IsExtendLifeTimeSet() in IsExtendLifeTimeSet() function in OHOS::RefBase
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp491 EXPECT_TRUE(testobject->IsExtendLifeTimeSet());
673 EXPECT_TRUE(testobject->IsExtendLifeTimeSet());
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h141 bool IsExtendLifeTimeSet();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h562 bool IsExtendLifeTimeSet();
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp666 …AssertTrue(testobject->IsExtendLifeTimeSet(), "testobject->IsExtendLifeTimeSet() did not equal tru… in BENCHMARK_F()