Home
last modified time | relevance | path

Searched refs:CloudLockEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_lock_event.cpp19 CloudLockEvent::CloudLockEvent(int32_t evtId, StoreInfo storeInfo, Callback callback) in CloudLockEvent() function in OHOS::DistributedData::CloudLockEvent
24 CloudLockEvent::Callback CloudLockEvent::GetCallback() const in GetCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_lock_event.h24 class API_EXPORT CloudLockEvent : public CloudEvent { class
27 CloudLockEvent(int32_t evtId, StoreInfo storeInfo, Callback callback);
28 ~CloudLockEvent() override = default;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp1223 CloudLockEvent::Callback callback = [&result](int32_t status, uint32_t expiredTime) {
1227 auto evt = std::make_unique<CloudLockEvent>(CloudEvent::LOCK_CLOUD_CONTAINER, std::move(storeInfo), callback);
1245 CloudLockEvent::Callback callback = [&result](int32_t status, uint32_t expiredTime) {
1249 auto evt = std::make_unique<CloudLockEvent>(CloudEvent::UNLOCK_CLOUD_CONTAINER, std::move(storeInfo), callback);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp158 auto &evt = static_cast<const CloudLockEvent &>(event); in GetLockChangeHandler()

Completed in 4 milliseconds