/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | template_data.cpp | 187 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 D | udmf_service_stub.cpp | 64 std::string key; in OnSetData() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_manager.cpp | 91 std::vector<uint8_t> key; in GetSecretKeyFromService() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | intercepted_data_impl.cpp | 25 bool CheckKey(const Key &key) in CheckKey() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | generic_multi_ver_kv_entry.cpp | 94 int GenericMultiVerKvEntry::SetKey(const Key &key) in SetKey() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_optimization_test.cpp | 397 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 D | distributeddb_interfaces_encrypt_database_test.cpp | 452 Key key; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/ |
H A D | constant.cpp | 87 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 D | distributed_test.cpp | 130 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 D | permit_delegate.cpp | 105 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 D | single_store_impl.h | 109 Key key; member
|
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/ |
H A D | kv_store.c | 40 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 D | single_kvstore.h | 61 virtual void Get(const Key &key, in Get() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | water_version_manager_test.cpp | 362 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 D | multi_ver_def.h | 49 Key key; member 55 Key key; // hash key member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | kv_virtual_device.cpp | 29 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 D | mock_soft_bus.cpp | 80 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 D | query.cpp | 64 Query &Query::PrefixKey(const std::vector<uint8_t> &key) in PrefixKey() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 435 Key key; in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/pasteboard/adapter/data_share/ |
H A D | datashare_delegate.cpp | 85 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 D | udmf_client_system_hap_test.cpp | 271 std::string key; in HWTEST_F() local 312 std::string key; in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_types.h | 46 UnifiedKey key; member 79 std::string key; member
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/ |
H A D | udmf_service_proxy.cpp | 54 int32_t UdmfServiceProxy::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SetData() argument [all...] |
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/include/ |
H A D | daudio_ipc_common.h | 101 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &key, in ConfigDistributedHardware() argument
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | dcamera_source_handler.cpp | 179 ConfigDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& key, const std::string& value) ConfigDistributedHardware() argument
|