Home
last modified time | relevance | path

Searched defs:std (Results 401 - 425 of 825) sorted by relevance

1...<<11121314151617181920>>...33

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp299 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 Dsyncer_proxy.cpp57 int SyncerProxy::Sync(const std::vector<std::string> &devices, int mode, in Sync() argument
[all...]
H A Dremote_executor_packet.cpp60 void RemoteExecutorRequestPacket::SetExtraConditions(const std::map<std::string, std::string> &extraConditions) in SetExtraConditions() argument
[all...]
H A Dsubscribe_manager.cpp115 GetAllUnFinishSubQueries( std::map<std::string, std::vector<QuerySyncObject>> &allSyncQueries) const GetAllUnFinishSubQueries() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp79 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 Dsqlite_single_ver_storage_executor_extend.cpp373 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 Dkv_utils.cpp112 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 Dkv_store_delegate_impl.cpp145 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 Dsync_able_kvdb_connection.cpp212 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 Dtask_scheduler.h54 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 Dsqlite_relational_utils.cpp382 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 Dgeneric_virtual_device.cpp221 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 Dobject_asset_machine.cpp133 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 Drdb_fault_hiview_reporter.cpp203 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 Djs_utils.h288 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 Dvalue_object.cpp[all...]
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp144 ConvertMapToJsonString(const std::map<std::string, std::string> &paramMap) ConvertMapToJsonString() argument
[all...]
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp394 SetGlobalShareOption(const std::map<uint32_t, ShareOption> &globalShareOptions) SetGlobalShareOption() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp424 OnChange(const std::map<std::string, OHOS::NativePreferences::PreferencesValue> &records) OnChange() argument
[all...]
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h134 bool Update(const std::map<_Key, _Tp> &values) in Update() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp256 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 Dcloud_service_proxy.cpp55 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 Dnapi_data_utils.cpp252 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 Dpreferences_impl.cpp386 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 Dpreferences_enhance_impl.cpp300 NotifyPreferencesObserverBatchKeys(std::shared_ptr<PreferencesEnhanceImpl> pref, const std::map<std::string, PreferencesValue> &data) NotifyPreferencesObserverBatchKeys() argument
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...33