Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp26 std::map<CloudSyncAction, Reaction> reactions; variable
29 if (reactions.find(action) != reactions.end()) { in GetReaction()
30 return reactions[action]; in GetReaction()
32 return reactions[CloudSyncAction::DEFAULT_ACTION]; in GetReaction()
125 reactions[CloudSyncAction::DEFAULT_ACTION] = DefaultOperation; in Init()
126 reactions[CloudSyncAction::START_DOWNLOAD] = CheckBeforeDownload; in Init()
127 reactions[CloudSyncAction::START_UPLOAD] = HandleIfExistAndSameStatus; in Init()
128 reactions[CloudSyncAction::END_DOWNLOAD] = CheckAfterDownload; in Init()
129 reactions[CloudSyncAction::END_UPLOAD] = CheckAfterUpload; in Init()