/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 633 Key key = {'k'}; in HWTEST_F() local
|
H A D | distributeddb_mock_sync_module_test.cpp | 153 void ConstructPacel(Parcel &parcel, uint32_t conditionCount, const std::string &key, const std::string &value) in ConstructPacel() argument 1852 std::vector<uint8_t> key; in HWTEST_F() local
|
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 96 int GetDataFromConnection(IKvDBConnection *conn, const Key &key, Value &value) in GetDataFromConnection() argument 212 static DBStatus GetData(KvStoreDelegate *kvStore, const Key &key, Value &value) in GetData() argument
|
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 189 Key key = {'1'}; in HWTEST_F() local 237 Key key = {'1'}; in HWTEST_F() local 1122 PrepareEnv(vector<std::string> &devices, Key &key, Query &query) PrepareEnv() argument 1168 SyncWithDeviceOffline(vector<std::string> &devices, Key &key, const Query &query) SyncWithDeviceOffline() argument 1194 Key key = {'1'}; PrepareWaterMarkError() local 1272 Key key = {'1'}; HWTEST_F() local 1306 Key key = {'1'}; HWTEST_F() local 1381 Key key = {'2'}; HWTEST_F() local 1410 Key key = {'1'}; TestDifferentSyncMode() local 1482 Key key = {'1'}; PrepareForSyncMergeTest() local 1531 Key key = {'1'}; HWTEST_F() local 1631 Key key = {'1'}; HWTEST_F() local 1684 PrePareForQuerySyncMergeTest(bool isQuerySync, std::vector<std::string> &devices, Key &key, Value &value, int &sendRequestCount) PrePareForQuerySyncMergeTest() argument 2037 Key key = {'k'}; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | js_datashare_ext_ability.cpp | 164 napi_value key = 0; in UnwrapBatchUpdateResult() local 931 std::string JsDataShareExtAbility::UnWrapProperty(napi_env env, napi_value info, const std::string &key) in UnWrapProperty() argument 952 napi_value key in UnWrapPropertyType() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 103 void *key = nullptr; in GetAppInfo() local
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 701 std::string key; in GetValue() local 741 napi_value key = nullptr; SetValue() local 845 std::string key; GetValue() local [all...] |
H A D | js_single_kv_store.cpp | 174 std::string key; in Put() member 221 std::string key; Delete() member 886 std::string key; Get() member [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_executor.cpp | 55 int MultiVerStorageExecutor::PutMetaData(const Key &key, const Value &value) in PutMetaData() argument 65 int MultiVerStorageExecutor::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 635 int MultiVerStorageExecutor::Get(const Key &key, Value &value) const in Get() argument 691 int MultiVerStorageExecutor::Put(const Key &key, const Value &value) in Put() argument 705 int MultiVerStorageExecutor::Delete(const Key &key) in Delete() argument [all...] |
H A D | multi_ver_natural_store.cpp | 522 int MultiVerNaturalStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 536 int MultiVerNaturalStore::PutMetaData(const Key &key, const Value &value, bool isInTransaction) in PutMetaData() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_transaction.cpp | 164 Put(const Key &key, const Value &value) Put() argument 176 Delete(const Key &key) Delete() argument 216 Key key = {'c', 'l', 'e', 'a', 'r'}; Clear() local 238 Get(const Key &key, Value &value) const Get() argument 431 Key key; PutBatch() local 1067 AddRecord(const Key &key, const Value &value, const MultiVerEntryAuxData &data) AddRecord() argument 1227 BindAddRecordKeysToStatement(sqlite3_stmt *statement, const Key &key, const MultiVerEntryAuxData &data) BindAddRecordKeysToStatement() argument 1260 BindAddRecordArgs(sqlite3_stmt *statement, const Key &key, const Value &value, const MultiVerEntryAuxData &data) const BindAddRecordArgs() argument 1373 Key key; CheckIfNeedSaveRecord() local 1483 GetKeyAndValueByHashKey(sqlite3_stmt *statement, const Key &hashKey, Key &key, Value &value, bool isNeedReadKey) const GetKeyAndValueByHashKey() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 376 OnStoreMetaChanged( const std::vector<uint8_t> &key, const std::vector<uint8_t> &value, CHANGE_FLAG flag) OnStoreMetaChanged() argument [all...] |
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 713 std::string key; in GetValue() local 753 napi_value key = nullptr; SetValue() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_ffi.cpp | 103 int32_t FfiOHOSDistributedKVStoreSingleKVStorePut(int64_t id, const char* key, ValueType value) in FfiOHOSDistributedKVStoreSingleKVStorePut() argument 121 int32_t FfiOHOSDistributedKVStoreSingleKVStoreDelete(int64_t id, const char* key) in FfiOHOSDistributedKVStoreSingleKVStoreDelete() argument 148 ValueType FfiOHOSDistributedKVStoreSingleKVStoreGet(int64_t id, const char* key, int32_t* errCode) in FfiOHOSDistributedKVStoreSingleKVStoreGet() argument 625 FfiOHOSDistributedKVStoreDeviceKVStoreGet(int64_t id, const char* deviceId, const char* key, int32_t* errCode) FfiOHOSDistributedKVStoreDeviceKVStoreGet() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 360 CompositeFields key; in GetIdentifyKey() local 367 void TableInfo::SetPrimaryKey(const std::map<int, FieldName> &key) in SetPrimaryKey() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 84 DBStatus KvStoreNbDelegateImpl::Get(const Key &key, Value &value) const in Get() argument 215 DBStatus KvStoreNbDelegateImpl::Put(const Key &key, const Value &value) in Put() argument 258 DBStatus KvStoreNbDelegateImpl::Delete(const Key &key) in Delete() argument 265 DBStatus KvStoreNbDelegateImpl::GetLocal(const Key &key, Value &value) const in GetLocal() argument 279 DBStatus KvStoreNbDelegateImpl::PutLocal(const Key &key, const Value &value) in PutLocal() argument 286 DeleteLocal(const Key &key) DeleteLocal() argument 293 PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, const KvStoreNbPublishOnConflict &onConflict) PublishLocal() argument 314 UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) UnpublishToLocal() argument 368 RegisterObserver(const Key &key, unsigned int mode, KvStoreObserver *observer) RegisterObserver() argument 380 RegisterDeviceObserver(const Key &key, unsigned int mode, KvStoreObserver *observer) RegisterDeviceObserver() argument 431 RegisterCloudObserver(const Key &key, unsigned int mode, KvStoreObserver *observer) RegisterCloudObserver() argument 916 GetInner(const IOption &option, const Key &key, Value &value) const GetInner() argument 950 PutInner(const IOption &option, const Key &key, const Value &value) PutInner() argument 974 DeleteInner(const IOption &option, const Key &key) DeleteInner() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | meta_data.cpp | 53 std::vector<uint8_t> key; in Initialize() local 55 DBCommon::StringToVector(std::string(DBConstant::LOCALTIME_OFFSET_KEY), key); in Initialize() local 213 std::vector<uint8_t> key; in SaveMetaDataValue() local 253 int Metadata::GetMetadataFromDb(const std::vector<uint8_t> &key, std::vector<uint8_t> &outValue) const in GetMetadataFromDb() argument 261 int Metadata::SetMetadataToDb(const std::vector<uint8_t> &key, cons argument 344 LoadDeviceIdDataToMap(const Key &key) LoadDeviceIdDataToMap() argument 548 std::vector<uint8_t> key; GetQueryLastTimestamp() local 598 Key key; SaveClientId() local 616 Key key; GetHashDeviceId() local 701 std::vector<uint8_t> key; ClearAllMetaDataValue() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 365 Key key = {'k'}; in HWTEST_F() local 469 Key key = {'k', '1'}; in HWTEST_F() local 506 Key key = {'k'}; HWTEST_F() local 536 Key key = {'k'}; HWTEST_F() local 793 Key key = {'k', '1'}; HWTEST_F() local 824 Key key = {'k'}; HWTEST_F() local 853 Key key = {'k', '1'}; HWTEST_F() local 883 Key key = {'k'}; HWTEST_F() local 1018 Key key = {'k'}; HWTEST_F() local 1125 Key key = {'k'}; HWTEST_F() local 1190 Key key = {'k'}; HWTEST_F() local 1225 Key key = {'k'}; HWTEST_F() local 1255 Key key = {'k'}; HWTEST_F() local 1349 Key key = {'k'}; HWTEST_F() local 1382 Key key = {'k'}; HWTEST_F() local 1511 Key key = {'k'}; HWTEST_F() local 1610 Key key = {'k', '1'}; HWTEST_F() local 1634 Key key = {'k', '1'}; HWTEST_F() local 1784 Key key = {'k', '1'}; HWTEST_F() local 1832 Key key = {'k', '1'}; HWTEST_F() local [all...] |
H A D | distributeddb_cloud_kvstore_test.cpp | 332 Key key = {'k'}; in HWTEST_F() local 365 Key key = {'k'}; in HWTEST_F() local 400 Key key = {'k'}; HWTEST_F() local 435 Key key = {'k'}; HWTEST_F() local 528 Key key = {'k'}; HWTEST_F() local 556 Key key = {'k'}; HWTEST_F() local 573 SetFlag(const Key &key, LogInfoFlag flag) SetFlag() argument 601 CheckFlag(const Key &key, LogInfoFlag flag) CheckFlag() argument 694 SetDeviceId(const Key &key, const std::string &deviceId) SetDeviceId() argument 855 Key key; InsertRecord() local 885 Key key; HWTEST_F() local 897 Key key; HWTEST_F() local 913 Key key; HWTEST_F() local 942 Key key; HWTEST_F() local 954 Key key; HWTEST_F() local 969 Key key; HWTEST_F() local 997 Key key; HWTEST_F() local 1009 Key key; HWTEST_F() local 1056 Key key; HWTEST_F() local 1071 Key key; HWTEST_F() local 1116 Key key; HWTEST_F() local 1130 Key key; HWTEST_F() local 1183 Key key; HWTEST_F() local 1196 Key key; HWTEST_F() local 1276 Key key; HWTEST_F() local 1289 Key key; HWTEST_F() local 1303 Key key; HWTEST_F() local 1328 Key key; HWTEST_F() local 1341 Key key; HWTEST_F() local 1357 Key key; HWTEST_F() local 1444 Key key = {'k'}; HWTEST_F() local 1468 Key key = {'k'}; HWTEST_F() local 1507 Key key = {'k'}; HWTEST_F() local 1601 Key key = {'k'}; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 454 napi_value key = nullptr; in ParseValuesBucket() local
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 918 std::string HiChainConnector::GetJsonStr(const nlohmann::json &jsonObj, const std::string &key) in GetJsonStr() argument 927 int32_t HiChainConnector::GetJsonInt(const nlohmann::json &jsonObj, const std::string &key) in GetJsonInt() argument
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 359 int OH_Udmf_GetUnifiedData(const char* key, Udmf_Intention intention, OH_UdmfData* data)
in OH_Udmf_GetUnifiedData() argument 380 int OH_Udmf_SetUnifiedData(Udmf_Intention intention, OH_UdmfData* unifiedData, char* key, unsigned int keyLen)
in OH_Udmf_SetUnifiedData() argument 770 int OH_UdmfProperty_GetExtrasIntParam(OH_UdmfProperty* properties, const char* key, const int defaultValue)
in OH_UdmfProperty_GetExtrasIntParam() argument 776 OH_UdmfProperty_GetExtrasStringParam(OH_UdmfProperty* properties, const char* key) OH_UdmfProperty_GetExtrasStringParam() argument 813 OH_UdmfProperty_SetExtrasIntParam(OH_UdmfProperty* properties, const char* key, int param) OH_UdmfProperty_SetExtrasIntParam() argument 823 OH_UdmfProperty_SetExtrasStringParam(OH_UdmfProperty* properties, const char* key, const char* param) OH_UdmfProperty_SetExtrasStringParam() argument [all...] |
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data.cpp | 406 void PasteData::SetAddition(const std::string &key, AAFwk::IInterface *value) in SetAddition() argument
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata.cpp | 910 const char *key[] = { "additions", "mimeTypes", "tag", "timestamp", "localOnly", "shareOption" }; in IsProperty() local
|
/foundation/distributedhardware/distributed_audio/services/test_example/ |
H A D | distributedaudiotest.cpp | 78 int32_t AudioParamCallbackImpl::ParamCallback(AudioExtParamKey key, const std::string &condition, in ParamCallback() argument 232 static int32_t ParamEventCallback(AudioExtParamKey key, const char *condition, const char *value, void *reserved, in ParamEventCallback() argument 671 AudioExtParamKey key = AudioExtParamKey::AUDIO_EXT_PARAM_KEY_VOLUME; in SetVolume() local 688 AudioExtParamKey key in GetVolume() local [all...] |