Home
last modified time | relevance | path

Searched defs:key (Results 2401 - 2425 of 9246) sorted by relevance

1...<<919293949596979899100>>...370

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp306 const Key key = { 1 }; in HWTEST_F() local
H A Ddistributeddb_storage_data_connection_test.cpp435 Key key; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Djs_util.cpp250 napi_value key = nullptr; in GetValue() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.cpp187 PredicatesNode::PredicatesNode(const std::string &key, const std::string &selectSql) : key(key), selectSql(selectSql) in PredicatesNode() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_stub.cpp64 std::string key; in OnSetData() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp91 std::vector<uint8_t> key; in GetSecretKeyFromService() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp25 bool CheckKey(const Key &key) in CheckKey() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dgeneric_multi_ver_kv_entry.cpp94 int GenericMultiVerKvEntry::SetKey(const Key &key) in SetKey() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_optimization_test.cpp397 Key key; in HWTEST_F() local
501 Key key; in HWTEST_F() local
579 Key key; in HWTEST_F() local
664 Key key; HWTEST_F() local
747 Key key; HWTEST_F() local
[all...]
H A Ddistributeddb_interfaces_encrypt_database_test.cpp452 Key key; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp87 std::vector<uint8_t> KvStoreMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() argument
93 std::vector<uint8_t> SecretMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() argument
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test.cpp130 Status DistributedTest::GetRemote(const Key &key, Value &value) in GetRemote() argument
199 Key key = { "key1" }; in HWTEST_F() local
230 Key key = { "key2" }; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp105 auto key = data.GetKey(); in VerifyPermission() local
158 void PermitDelegate::DelCache(const std::string &key) in DelCache() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h109 Key key; member
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c40 static int GetResolvedPath(const char* dataPath, const char* key, char* resolvedPath, unsigned int len) in GetResolvedPath() argument
64 static int GetValueByFile(const char* dataPath, const char* key, char* value, unsigned int len) in GetValueByFile() argument
99 static int SetValueToFile(const char* dataPath, const char* key, const char* value) in SetValueToFile() argument
121 static int DeleteValueFromFile(const char* dataPath, const char* key) in DeleteValueFromFile() argument
193 static boolean NewItem(const char* dataPath, const char* key) in NewItem() argument
211 UtilsGetValue(const char* key, char* value, unsigned int len) UtilsGetValue() argument
240 UtilsSetValue(const char* key, const char* value) UtilsSetValue() argument
279 UtilsDeleteValue(const char* key) UtilsDeleteValue() argument
[all...]
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h61 virtual void Get(const Key &key, in Get() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp362 auto key = matrixMetaData.GetKey(); in HWTEST_F() local
391 auto key = matrixMetaData.GetKey(); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_def.h49 Key key; member
55 Key key; // hash key member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dkv_virtual_device.cpp29 int KvVirtualDevice::GetData(const Key &key, VirtualDataItem &item) in GetData() argument
35 int KvVirtualDevice::PutData(const Key &key, const Value &value, const Timestamp &time, int flag) in PutData() argument
67 int KvVirtualDevice::GetData(const Key &key, Value &value) in GetData() argument
73 int KvVirtualDevice::PutData(const Key &key, const Value &value) in PutData() argument
79 int KvVirtualDevice::DeleteData(const Key &key) in DeleteData() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/
H A Dmock_soft_bus.cpp80 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, uint8_t *info, in GetNodeKeyInfo() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp64 Query &Query::PrefixKey(const std::vector<uint8_t> &key) in PrefixKey() argument
/foundation/distributeddatamgr/pasteboard/adapter/data_share/
H A Ddatashare_delegate.cpp85 int32_t DataShareDelegate::GetValue(const std::string &key, std::string &value) in GetValue() argument
120 Uri DataShareDelegate::MakeUri(const std::string &key) in MakeUri() argument
126 RegisterObserver(const std::string &key, sptr<AAFwk::IDataAbilityObserver> observer) RegisterObserver() argument
139 UnregisterObserver(const std::string &key, sptr<AAFwk::IDataAbilityObserver> observer) UnregisterObserver() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_system_hap_test.cpp271 std::string key; in HWTEST_F() local
312 std::string key; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_types.h46 UnifiedKey key; member
79 std::string key; member
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_proxy.cpp54 int32_t UdmfServiceProxy::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SetData() argument
[all...]

Completed in 14 milliseconds

1...<<919293949596979899100>>...370