Home
last modified time | relevance | path

Searched defs:keyType (Results 1 - 25 of 37) sorted by relevance

12

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_common_key.h35 int32_t keyType; member
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_map_type.h28 inline void SetKeyType(const AutoPtr<ASTType> &keyType) in SetKeyType() argument
/foundation/ability/idl_tool/ast/
H A Dast_map_type.h27 void SetKeyType(ASTType* keyType) in SetKeyType() argument
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_data_struct.h39 KeyType keyType; member
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_device_common_key_virtual.c24 void AuthUpdateCreateTime(const char *udidHash, int32_t keyType, bool isServer) in AuthUpdateCreateTime() argument
44 int32_t AuthFindDeviceKey(const char *udidHash, int32_t keyType, AuthDeviceKeyInfo *deviceKey) in AuthFindDeviceKey() argument
82 void AuthUpdateKeyIndex(const char *udidHash, int32_t keyType, int64_t index, bool isServer) in AuthUpdateKeyIndex() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_code_emitter.cpp194 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(astType.Get()))->GetKeyType(); in ResolveDirectory() local
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp434 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(type))->GetKeyType(); in WriteMetaType() local
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp426 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(type))->GetKeyType(); in WriteMetaType() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp234 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(astType.Get()))->GetKeyType(); in NewMapTypeEmitter() local
/foundation/ability/idl_tool/parser/
H A Dparser.cpp638 AutoPtr<ASTType> keyType = ParseType(); in ParseMap() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Drecover_manager.cpp268 bool RecoveryManager::InstallKeyDescToKeyring(size_t keyType, const KeyBlob &key2Blob, const KeyBlob &keyDesc) in InstallKeyDescToKeyring() argument
H A Dbase_key.cpp242 uint32_t keyType = GetTypeFromDir(); in StoreKey() local
450 bool BaseKey::EncryptEceSece(const UserAuth &auth, const uint32_t keyType, KeyContext &keyCtx) in StoreKey() argument
625 bool BaseKey::DoRestoreKeyCeEceSece(const UserAuth &auth, const std::string &path, const uint32_t keyType) in StoreKey() argument
685 uint32_t keyType in StoreKey() local
729 DecryptReal(const UserAuth &auth, const uint32_t keyType, KeyContext &keyCtx) StoreKey() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_manager_event_handler.cpp327 uint32_t keyType = innerMsg[INPUT_SOURCEMANAGER_KEY_TYPE]; in NotifyKeyStateCallback() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1687 KeyType keyType = EL1_KEY; in HWTEST_F() local
1708 KeyType keyType = EL1_KEY; in HWTEST_F() local
1745 KeyType keyType = EL2_KEY; in HWTEST_F() local
[all...]
/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.cpp681 napi_valuetype keyType = napi_undefined; in JSStorageDeleteSync() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp253 napi_valuetype keyType = napi_undefined; in ParseKey() local
/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp719 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitWriteVariableObject() local
851 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitReadVariableObject() local
1019 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitReadOutVariableObject() local
1066 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitType() local
H A Dcpp_code_emitter.cpp1035 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitWriteVariableComplex() local
1183 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitReadVariableComplex() local
1417 MetaType* keyType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitComplexType() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp293 void BleSecurity::LePairComplete(const BtAddr *addr, uint8_t result, uint8_t keyType, void *context) in LePairComplete() argument
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp441 bool GetEventType(napi_env env, napi_callback_info info, sptr<KeyEventMonitorInfo> event, std::string &keyType) in GetEventType() argument
494 std::string keyType; in JsOn() local
532 std::string keyType; in JsOff() local
[all...]
H A Djs_register_util.cpp253 AsyncWorkFn(const napi_env &env, std::shared_ptr<KeyOption> keyOption, napi_value &result, std::string keyType) AsyncWorkFn() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp132 GenerateKey(const std::string& udid, const std::string& key, KeyType keyType) GenerateKey() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c571 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) in GAP_LeRemoteEncryptionKeyRsp() argument
617 int GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) in GAP_LeLocalEncryptionKeyRsp() argument
[all...]
H A Dgap_br_sec.c1605 int GAP_LinkKeyRsp(const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uint8_t keyType) in GAP_LinkKeyRsp() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h200 uint8_t keyType; member

Completed in 37 milliseconds

12