/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
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/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...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/ |
H A D | resource_manager_test.cpp | 450 std::string key = "keytest"; in HWTEST_F() local 463 std::string key = "bb536a637105409e904d4da83790a4a7###keytest"; in HWTEST_F() local 798 std::string key = "000"; HWTEST_F() local 947 std::string key = "deviceId_test"; HWTEST_F() local 968 std::string key = deviceId + "###" + dhId; HWTEST_F() local 977 std::string key = "key_test"; HWTEST_F() local 994 std::string key = deviceId + "###" + "dhId_test"; HWTEST_F() local 1076 std::string key = "key_test"; HWTEST_F() local 1098 std::string key = udidHash + "###" + dhId; HWTEST_F() local 1186 std::string key = udidHash + "###" + dhId; HWTEST_F() local 1201 std::string key = udidHash + "###" + dhId; HWTEST_F() local [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_cloud_mock.cpp | 89 static void InitLocalIdCache(struct CloudDiskFuseData *data, const std::string &key, const int64_t val) in InitLocalIdCache() argument
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 74 bool IsString(const cJSON *jsonObj, const std::string &key) in IsString() argument 85 bool IsUInt8(const cJSON *jsonObj, const std::string &key) in IsUInt8() argument 93 bool IsUInt32(const cJSON *jsonObj, const std::string &key) in IsUInt32() argument 951 ToJson(const std::string &key, cJSON *jsonObject, std::vector<T> &objs) ToJson() argument 970 FromJson(const std::string &key, const cJSON *jsonObject, std::vector<T> &objs) FromJson() argument [all...] |
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1525 auto key = InputTypesMap_.find(deviceId); in GetInputTypesMap() local 1553 auto key = InputTypesMap_.find(deviceId); in SetInputTypesMap() local [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 1038 std::pair<std::string, std::string> key = {uuid, dhId}; in QueryBusinessState() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 538 uint8_t key[KEY_SIZE]; member 542 BtmKey key; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap.c | 1298 BtmKey key; in GAP_LeSetRole() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 579 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key) in SMP_LongTermKeyRequestReply() argument 614 static int SMP_LtkReqReplyNormal(uint16_t handle, bool accept, const uint8_t *key) in SMP_LtkReqReplyNormal() argument 650 int SMP_StartEncryption(uint16_t handle, const uint8_t *random, uint16_t ediv, const uint8_t *key) in SMP_StartEncryption() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 1942 FILLP_UINT8 key[FILLP_KEYSIZE]; in FillpValidateCookieHmac() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1148 int32_t NSTACKX_DFileServer(struct sockaddr_in *localAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileServer() argument 1370 int32_t NSTACKX_DFileClient(struct sockaddr_in *srvAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileClient() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 188 const uint8_t *key; member [all...] |
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 547 int32_t StorageManagerProxy::SetRecoverKey(const std::vector<uint8_t> &key) in SetRecoverKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 125 int32_t StorageManagerProxy::SetRecoverKey(const std::vector<uint8_t> &key) in SetRecoverKey() argument
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_data_mgr.cpp | 244 void FormDataMgr::GetConfigParamFormMap(const std::string &key, int32_t &value) const in GetConfigParamFormMap() argument
|
H A D | form_mgr_service.cpp | 1225 DumpKey key; in Dump() local 1322 bool FormMgrService::ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, in ParseOption() argument
|