/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 35 using ProgressDetail = DistributedKv::ProgressDetail; variable 99 API_EXPORT bool Marshalling(const ProgressDetail &input, MessageParcel &data); 101 API_EXPORT bool Unmarshalling(ProgressDetail &output, MessageParcel &data);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_types_util.h | 36 using ProgressDetail = DistributedRdb::ProgressDetail; variable 90 API_EXPORT bool Marshalling(const ProgressDetail &input, MessageParcel &data); 92 API_EXPORT bool Unmarshalling(ProgressDetail &output, MessageParcel &data);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | ikvdb_notifier.h | 33 virtual void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_notifier_proxy.h | 30 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
|
H A D | kvdb_notifier_proxy.cpp | 70 void KVDBNotifierProxy::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted()
|
H A D | kvdb_service_impl.h | 140 ProgressDetail HandleGenDetails(const DistributedData::GenDetails &details); 141 void OnAsyncComplete(uint32_t tokenId, uint64_t seqNum, ProgressDetail &&detail);
|
H A D | kvdb_service_impl.cpp | 237 void KVDBServiceImpl::OnAsyncComplete(uint32_t tokenId, uint64_t seqNum, ProgressDetail &&detail) in OnAsyncComplete() 429 ProgressDetail KVDBServiceImpl::HandleGenDetails(const GenDetails &details) in HandleGenDetails() 431 ProgressDetail progressDetail; in HandleGenDetails()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 145 struct ProgressDetail { struct 152 using Details = std::map<std::string, ProgressDetail>; argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 621 struct ProgressDetail { struct 630 using AsyncDetail = std::function<void(ProgressDetail &&)>; argument
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/include/ |
H A D | lnn_kv_adapter.h | 44 static void CloudSyncCallback(DistributedKv::ProgressDetail &&detail);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_client.h | 32 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
|
H A D | kvdb_notifier_stub.cpp | 74 ProgressDetail detail; in OnCloudSyncCompleted()
|
H A D | kvdb_notifier_client.cpp | 46 void KVDBNotifierClient::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 130 bool Marshalling(const ProgressDetail &input, MessageParcel &data) in Marshalling() 135 bool Unmarshalling(ProgressDetail &output, MessageParcel &data) in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 238 bool Marshalling(const ProgressDetail &input, MessageParcel &data) in Marshalling() 243 bool Unmarshalling(ProgressDetail &output, MessageParcel &data) in Unmarshalling()
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/ |
H A D | lnn_kv_adapter.cpp | 349 std::function<void(DistributedKv::ProgressDetail &&)> callback = CloudSyncCallback; in CloudSync() 371 void KVAdapter::CloudSyncCallback(DistributedKv::ProgressDetail &&detail) in CloudSyncCallback()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 121 napi_value Convert2JSValue(napi_env env, const DistributedRdb::ProgressDetail &value);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 768 explicit RelationalProgressDetails(const ProgressDetail &detail); 788 RelationalProgressDetails::RelationalProgressDetails(const ProgressDetail &detail) in RelationalProgressDetails()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_js_utils.cpp | 184 napi_value Convert2JSValue(napi_env env, const DistributedRdb::ProgressDetail &value) in Convert2JSValue()
|