/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_utils.cpp | 299 CheckParaOption(const KvStoreNbDelegate::Option &option, const std::function<void(DBStatus, KvStoreNbDelegate *)> &callback) CheckParaOption() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | syncer_proxy.cpp | 57 int SyncerProxy::Sync(const std::vector<std::string> &devices, int mode, in Sync() argument [all...] |
H A D | remote_executor_packet.cpp | 60 void RemoteExecutorRequestPacket::SetExtraConditions(const std::map<std::string, std::string> &extraConditions) in SetExtraConditions() argument [all...] |
H A D | subscribe_manager.cpp | 115 GetAllUnFinishSubQueries( std::map<std::string, std::vector<QuerySyncObject>> &allSyncQueries) const GetAllUnFinishSubQueries() argument [all...] |
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_storage_engine.cpp | 79 void FlatObjectStorageEngine::OnComplete(const std::string &key, in OnComplete() argument 219 UpdateItems( const std::string &key, const std::map<std::string, std::vector<uint8_t>> &data) UpdateItems() argument 387 SyncAllData(const std::string &sessionId, const std::vector<std::string> &deviceIds, const std::function<void(const std::map<std::string, DistributedDB::DBStatus> &)> &onComplete) SyncAllData() argument 446 NotifyChange(const std::string &sessionId, const std::map<std::string, std::vector<uint8_t>> &changedData) NotifyChange() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_extend.cpp | 373 GetSyncTotalWithQuery(QueryObject &query, const std::pair<Timestamp, Timestamp> &timeRange, uint32_t &total) const GetSyncTotalWithQuery() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 112 ToEntryKey(const std::map<std::string, DataShareValueObject::Type> &values, Blob &blob) ToEntryKey() argument 130 ToEntryValue(const std::map<std::string, DataShareValueObject::Type> &values, Blob &blob) ToEntryValue() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_impl.cpp | 145 GetKvStoreSnapshot(KvStoreObserver *observer, const std::function<void(DBStatus, KvStoreSnapshotDelegate *)> &callback) GetKvStoreSnapshot() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.cpp | 212 void SyncAbleKvDBConnection::OnSyncComplete(const std::map<std::string, int> &statuses, in OnSyncComplete() argument 229 OnDeviceSyncProcess(const std::map<std::string, DeviceSyncProcess> &syncRecordMap, const DeviceSyncProcessCallback &onProcess) OnDeviceSyncProcess() argument 419 SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) SetCloudDB() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | task_scheduler.h | 54 TaskScheduler(size_t capacity = std::numeric_limits<size_t>::max()) TaskScheduler() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_utils.cpp | 382 AddUpgradeSqlToList(const TableInfo &tableInfo, const std::vector<std::pair<std::string, std::string>> &fieldList, std::vector<std::string> &sqlList) AddUpgradeSqlToList() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | generic_virtual_device.cpp | 221 OnDeviceSyncProcess(const std::map<std::string, DeviceSyncProcess> &processMap, const DeviceSyncProcessCallback &onProcess) const OnDeviceSyncProcess() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 133 DFAPostEvent(AssetEvent eventId, ChangedAssetInfo& changedAssetInfo, Asset& asset, const std::pair<std::string, Asset>& newAsset) DFAPostEvent() argument 161 DoTransfer(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) DoTransfer() argument 306 CompensateTransferring(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) CompensateTransferring() argument 313 CompensateSync(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) CompensateSync() argument 322 SaveNewAsset(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) SaveNewAsset() argument 330 ChangeAssetToNormal(int32_t eventId, ChangedAssetInfo& changedAssetInfo, Asset& asset, const std::pair<std::string, Asset>& newAsset) ChangeAssetToNormal() argument 337 Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) Recover() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 203 Update(RdbCorruptedEvent &eventInfo, const std::map<std::string, DebugInfo> &infos) Update() argument 241 Format(const std::map<std::string, DebugInfo> &debugs, const std::string &header) Format() argument 253 FormatBrief(const std::map<std::string, DebugInfo> &debugs, const std::string &header) FormatBrief() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_utils.h | 288 Convert2JSValue(napi_env env, const std::map<K, V> &value) Convert2JSValue() argument 307 Convert2JSValue(napi_env env, const std::tuple<int32_t, std::string, T> &value) Convert2JSValue() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | value_object.cpp | [all...] |
/foundation/distributedhardware/device_manager/common/src/ |
H A D | dm_anonymous.cpp | 144 ConvertMapToJsonString(const std::map<std::string, std::string> ¶mMap) ConvertMapToJsonString() argument [all...] |
/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_service_proxy.cpp | 394 SetGlobalShareOption(const std::map<uint32_t, ShareOption> &globalShareOptions) SetGlobalShareOption() argument [all...] |
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences.cpp | 424 OnChange(const std::map<std::string, OHOS::NativePreferences::PreferencesValue> &records) OnChange() argument [all...] |
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 134 bool Update(const std::map<_Key, _Tp> &values) in Update() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_utils.cpp | 256 VariantToRetPRIKeyType(const std::variant<std::monostate, std::string, int64_t, double> &value) VariantToRetPRIKeyType() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 55 int32_t CloudServiceProxy::EnableCloud(const std::string &id, const std::map<std::string, int32_t> &switches) in EnableCloud() argument 86 int32_t CloudServiceProxy::Clean(const std::string &id, const std::map<std::string, int32_t> &actions) in Clean() argument [all...] |
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_data_utils.cpp | 252 SetValue(napi_env env, const std::map<std::string, int32_t> &in, napi_value &out) SetValue() argument 286 SetValue(napi_env env, const std::map<std::string, int64_t> &in, napi_value &out) SetValue() argument [all...] |
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_impl.cpp | 386 WriteSettingXml( const Options &options, const std::map<std::string, PreferencesValue> &writeToDiskMap) WriteSettingXml() argument 543 NotifyPreferencesObserver(const std::list<std::string> &keysModified, const std::map<std::string, PreferencesValue> &writeToDiskMap) NotifyPreferencesObserver() argument [all...] |
H A D | preferences_enhance_impl.cpp | 300 NotifyPreferencesObserverBatchKeys(std::shared_ptr<PreferencesEnhanceImpl> pref, const std::map<std::string, PreferencesValue> &data) NotifyPreferencesObserverBatchKeys() argument [all...] |