Home
last modified time | relevance | path

Searched refs:OnLastRef (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dref_object.h46 void OnLastRef(const std::function<void(void)> &callback) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp40 OnLastRef([this]() { in EventImpl()
69 OnLastRef([this]() { in EventImpl()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_notification_chain_test.cpp69 g_notificationChain->OnLastRef([]() { LOGI("g_notificationChain finalize called."); }); in TearDownTestCase()
H A Devloop_timer_unit_test.cpp124 loop->OnLastRef([&finalized]() { finalized = true; }); in __anon31edf1080202()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dref_object.cpp82 void RefObject::OnLastRef(const std::function<void(void)> &callback) const in OnLastRef() function in DistributedDB::RefObject
H A Dnotification_chain.cpp333 OnLastRef([this]() { in Listener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp53 context_->OnLastRef([storage, &cv, &cvMutex, &finished]() { in ~GenericVirtualDevice()
H A Ddistributeddb_mock_sync_module_test.cpp1170 context->OnLastRef([&last]() { in __anon34a84a721202()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp650 context->OnLastRef([this, deviceId, storage]() { in GetSyncTaskContext()
H A Dgeneric_syncer.cpp875 syncEngine_->OnLastRef([this]() { in BuildSyncEngine()