Home
last modified time | relevance | path

Searched defs:key (Results 3126 - 3150 of 5235) sorted by relevance

1...<<121122123124125126127128129130>>...210

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp551 GetPassword(const RdbSyncerParam &param, std::vector<uint8_t> &key) GetPassword() argument
[all...]
H A Drd_utils.cpp485 char key[keySize]; in RdDbBackup() local
506 char key[keySize]; in RdDbRestore() local
527 char key[keySize]; in RdDbRekey() local
H A Drd_connection.cpp70 std::vector<uint8_t> key = config.GetEncryptKey(); in Repair() local
153 std::vector<uint8_t> key = config.GetEncryptKey(); in InnerOpen() local
219 std::vector<uint8_t> key = config.GetEncryptKey(); ReSetKey() local
295 std::vector<uint8_t> key = config_.GetEncryptKey(); Backup() local
307 std::vector<uint8_t> key = config_.GetEncryptKey(); Restore() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drelational_store_test.cpp576 std::vector<uint8_t> key = RdbSecurityManager::GetInstance().GenerateRandomNum(RdbSecurityManager::RDB_KEY_SIZE); in HWTEST_F() local
598 auto key = RdbSecurityManager::GetInstance().GetRdbPassword(RdbSecurityManager::KeyFileType::PUB_KEY_BAK_FILE); in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp38 std::string key; member
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
H A Dav_transport_input_filter.cpp46 ErrorCode AVInputFilter::SetParameter(int32_t key, const Any& value) in SetParameter() argument
63 ErrorCode AVInputFilter::GetParameter(int32_t key, Any& value) in GetParameter() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp254 bool IsUInt32(const cJSON *jsonObj, const std::string &key) in IsUInt32() argument
261 bool IsInt64(const cJSON *jsonObj, const std::string &key) in IsInt64() argument
269 bool IsString(const cJSON *jsonObj, const std::string &key) in IsString() argument
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp198 bool CloudFileUtils::CheckIsCloud(const string &key) in CheckIsCloud() argument
203 bool CloudFileUtils::CheckIsCloudLocation(const string &key) in CheckIsCloudLocation() argument
208 bool CloudFileUtils::CheckIsHmdfsPermission(const string &key) in CheckIsHmdfsPermission() argument
213 bool CloudFileUtils::CheckIsCloudRecycle(const string &key) in CheckIsCloudRecycle() argument
218 bool CloudFileUtils::CheckIsFavorite(const string &key) in CheckIsFavorite() argument
223 CheckFileStatus(const string &key) CheckFileStatus() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp207 int HuksMaster::HdiAccessInit(const HksBlob &key, const HksParamSet *paramSet, in HdiAccessInit() argument
708 bool HuksMaster::EncryptKey(KeyContext &ctx, const UserAuth &auth, const KeyInfo &key, bool isNeedNewNonce) in EncryptKey() argument
741 DecryptKey(KeyContext &ctx, const UserAuth &auth, KeyInfo &key, bool isNeedNewNonce) DecryptKey() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp502 std::string key = mySessName + "_" + peerDevId; in HWTEST_F() local
522 std::string key = sessName + "_" + peerDevId; in HWTEST_F() local
542 std::string key = sessName + "_" + peerDevId; in HWTEST_F() local
556 std::string key = sessName + peerDevId; in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp166 bool IsUInt8(const cJSON* jsonObj, const std::string& key) in IsUInt8() argument
175 bool IsUInt16(const cJSON* jsonObj, const std::string& key) in IsUInt16() argument
184 bool IsInt32(const cJSON* jsonObj, const std::string& key) in IsInt32() argument
193 bool IsUInt32(const cJSON* jsonObj, const std::string& key) in IsUInt32() argument
202 bool IsBool(const cJSON* jsonObj, const std::string& key) in IsBool() argument
208 IsString(const cJSON* jsonObj, const std::string& key) IsString() argument
217 IsArray(const cJSON* jsonObj, const std::string& key) IsArray() argument
276 GetSysPara(const char *key, bool &value) GetSysPara() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp133 int32_t CloudDiskRdbStore::LocationGetXattr(const std::string &name, const std::string &key, std::string &value, in LocationGetXattr() argument
139 int32_t CloudDiskRdbStore::FavoriteGetXattr(const std::string &cloudId, const std::string &key, std::string &value) in FavoriteGetXattr() argument
144 int32_t CloudDiskRdbStore::FileStatusGetXattr(const std::string &cloudId, const std::string &key, std::string &value) in FileStatusGetXattr() argument
149 int32_t CloudDiskRdbStore::GetExtAttrValue(const std::string &cloudId, const std::string &key, std::string &value) in GetExtAttrValue() argument
159 int32_t CloudDiskRdbStore::GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, in GetXAttr() argument
174 int32_t CloudDiskRdbStore::SetXAttr(const std::string &cloudId, const std::string &key, const std::string &value, in SetXAttr() argument
168 ExtAttributeSetXattr(const std::string &cloudId, const std::string &value, const std::string &key) ExtAttributeSetXattr() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp200 std::string key; in AddCapability() local
239 const std::string key = resInfo->GetKey(); in AddCapabilityInMem() local
274 int32_t CapabilityInfoManager::RemoveCapabilityInfoByKey(const std::string &key) in RemoveCapabilityInfoByKey() argument
576 std::string key = GetCapabilityKey(deviceId, dhId); GetCapability() local
585 GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo> &capInfoPtr) GetDataByKey() argument
[all...]
H A Dmeta_info_manager.cpp127 std::string key; in AddMetaCapInfos() local
253 int32_t MetaInfoManager::RemoveMetaInfoByKey(const std::string &key) in RemoveMetaInfoByKey() argument
280 std::string key = GetCapabilityKey(udidHash, dhId); GetMetaCapInfo() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h62 uint8_t key[CRYPT_AESCMAC_KEY_LEN]; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c394 void BTM_SetLocalIdentityResolvingKey(const BtmKey *key) in BTM_SetLocalIdentityResolvingKey() argument
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c260 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() argument
356 int32_t SoftBusEncryptDataByCtr(AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, in SoftBusEncryptDataByCtr() argument
396 SoftBusDecryptDataByCtr(AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *decryptData, uint32_t *decryptLen) SoftBusDecryptDataByCtr() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c388 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() argument
484 SoftBusEncryptDataByCtr( AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *encryptData, uint32_t *encryptLen) SoftBusEncryptDataByCtr() argument
515 SoftBusDecryptDataByCtr( AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *decryptData, uint32_t *decryptLen) SoftBusDecryptDataByCtr() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp109 void BlobCache::SetBlobFunc(const void* key, EGLsizeiANDROID keySize, const void* value, in SetBlobFunc() argument
114 EGLsizeiANDROID BlobCache::GetBlobFunc(const void *key, EGLsizeiANDROID keySize, void *value, in GetBlobFunc() argument
120 void BlobCache::SetBlobLock(const void* key, EGLsizeiANDROID keySize, const void* value, in SetBlobLock() argument
126 EGLsizeiANDROID BlobCache::GetBlobLock(const void *key, EGLsizeiANDROID keySize, void *value, in GetBlobLock() argument
141 void BlobCache::SetBlob(const void *key, EGLsizeiANDROID keySize, const void *value, in SetBlob() argument
192 GetBlob(const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize) GetBlob() argument
383 const uint8_t *key = eheader->mData; ReadFromDisk() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp33 sk_sp<SkData> SkiaPersistentCache::load(const SkData& key) in load() argument
52 void SkiaPersistentCache::store(const SkData& key, const SkData& data) in store() argument
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c36 char *key; member
91 static bool IsSupportedPolicyKey(const char *key, in IsSupportedPolicyKey() argument
172 static void PraseOnePloicyValue(uint8_t *value, const char *key, in PraseOnePloicyValue() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp60 static void MakeResultWithArr(napi_env env, std::string key, napi_value &result, in MakeResultWithArr() argument
87 MakeResultWithInt(napi_env env, std::string key, napi_value &result, std::shared_ptr<PickerCallBack> pickerCallBack) MakeResultWithInt() argument
103 MakeResultWithBool(napi_env env, std::string key, napi_value &result, std::shared_ptr<PickerCallBack> pickerCallBack) MakeResultWithBool() argument
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_setting_helper.cpp93 bool ScreenSettingHelper::GetSettingDpi(uint32_t& dpi, const std::string& key) in GetSettingDpi() argument
98 bool ScreenSettingHelper::GetSettingValue(uint32_t& value, const std::string& key) in GetSettingValue() argument
111 bool ScreenSettingHelper::SetSettingDefaultDpi(uint32_t& dpi, const std::string& key) in SetSettingDefaultDpi() argument
151 bool ScreenSettingHelper::GetSettingCast(bool& enable, const std::string& key) in GetSettingCast() argument
202 bool ScreenSettingHelper::GetSettingRotation(int32_t& rotation, const std::string& key) in GetSettingRotation() argument
225 GetSettingRotationScreenID(int32_t& screenId, const std::string& key) GetSettingRotationScreenID() argument
307 GetSettingRecoveryResolutionString(std::vector<std::string>& resolutionString, const std::string& key) GetSettingRecoveryResolutionString() argument
355 GetSettingScreenModeString(std::vector<std::string>& screenModeStrings, const std::string& key) GetSettingScreenModeString() argument
401 GetSettingRelativePositionString(std::vector<std::string>& relativePositionStrings, const std::string& key) GetSettingRelativePositionString() argument
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp157 std::string key = info.bundleName_ + info.moduleName_ + info.abilityName_; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Davpacket.c354 const uint8_t *key = data; in av_packet_unpack_dictionary() local

Completed in 28 milliseconds

1...<<121122123124125126127128129130>>...210