Home
last modified time | relevance | path

Searched refs:KillWait (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp186 listener->KillWait(); in UnRegisterListener()
286 void NotificationChain::Listener::KillWait() in KillWait() function in DistributedDB::NotificationChain::Listener
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dnotification_chain.h46 void KillWait();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.h234 void KillWait();
H A Dsync_task_context.cpp609 void SyncTaskContext::KillWait() in KillWait() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp58 OnKill([this]() { this->KillWait(); }); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp79 OnKill([this]() { this->KillWait(); }); in Initialize()