Home
last modified time | relevance | path

Searched defs:RefCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dref_count.cpp18 RefCount::RefCount() in RefCount() function in OHOS::DistributedData::RefCount
22 RefCount::RefCount(std::function<void()> action) in RefCount() function in OHOS::DistributedData::RefCount
31 RefCount::RefCount(const RefCount &other) in RefCount() function in OHOS::DistributedData::RefCount
39 RefCount::RefCount(RefCount &&other) noexcept in RefCount() function in OHOS::DistributedData::RefCount
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h41 using RefCount = DistributedData::RefCount; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h38 using RefCount = DistributedData::RefCount; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h86 int32_t RefCount() const in RefCount() function