Searched refs:CloudLockEvent (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_lock_event.cpp | 19 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 D | cloud_lock_event.h | 24 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 D | rdb_service_impl.cpp | 1223 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 D | sync_manager.cpp | 158 auto &evt = static_cast<const CloudLockEvent &>(event); in GetLockChangeHandler()
|
Completed in 4 milliseconds