Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h35 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 Drdb_types_util.h36 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 Dikvdb_notifier.h33 virtual void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_notifier_proxy.h30 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
H A Dkvdb_notifier_proxy.cpp70 void KVDBNotifierProxy::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted()
H A Dkvdb_service_impl.h140 ProgressDetail HandleGenDetails(const DistributedData::GenDetails &details);
141 void OnAsyncComplete(uint32_t tokenId, uint64_t seqNum, ProgressDetail &&detail);
H A Dkvdb_service_impl.cpp237 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 Drdb_types.h145 struct ProgressDetail { struct
152 using Details = std::map<std::string, ProgressDetail>; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h621 struct ProgressDetail { struct
630 using AsyncDetail = std::function<void(ProgressDetail &&)>; argument
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/include/
H A Dlnn_kv_adapter.h44 static void CloudSyncCallback(DistributedKv::ProgressDetail &&detail);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.h32 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
H A Dkvdb_notifier_stub.cpp74 ProgressDetail detail; in OnCloudSyncCompleted()
H A Dkvdb_notifier_client.cpp46 void KVDBNotifierClient::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp130 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 Dkv_types_util.cpp238 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 Dlnn_kv_adapter.cpp349 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 Dnapi_rdb_js_utils.h121 napi_value Convert2JSValue(napi_env env, const DistributedRdb::ProgressDetail &value);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp768 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 Dnapi_rdb_js_utils.cpp184 napi_value Convert2JSValue(napi_env env, const DistributedRdb::ProgressDetail &value) in Convert2JSValue()