Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h95 virtual void NotifyUserChange() = 0;
H A Dremote_executor.h69 void NotifyUserChange();
H A Dsync_engine.h119 void NotifyUserChange() override;
H A Dsync_engine.cpp1115 void SyncEngine::NotifyUserChange() in NotifyUserChange() function in DistributedDB::SyncEngine
1122 executor->NotifyUserChange(); in NotifyUserChange()
H A Dremote_executor.cpp132 void RemoteExecutor::NotifyUserChange() in NotifyUserChange() function in DistributedDB::RemoteExecutor
H A Dgeneric_syncer.cpp517 syncEngine_->NotifyUserChange(); in ClearSyncOperations()