Home
last modified time | relevance | path

Searched defs:keyType (Results 1 - 25 of 45) 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
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntryLite.java48 public final WireFormat.FieldType keyType; field in MapEntryLite.Metadata
53 Metadata( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) Metadata() argument
73 MapEntryLite( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) MapEntryLite() argument
102 newDefaultInstance( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) newDefaultInstance() argument
[all...]
H A DMapEntry.java57 Metadata( Descriptor descriptor, MapEntry<K, V> defaultInstance, WireFormat.FieldType keyType, WireFormat.FieldType valueType) Metadata() argument
82 MapEntry( Descriptor descriptor, WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) MapEntry() argument
122 newDefaultInstance( Descriptor descriptor, WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) newDefaultInstance() argument
/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
/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...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Dkey.c44 u32 keyType; in ath_hw_keyreset() local
135 u32 keyType; in ath_hw_set_keycache_entry() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dkey.c44 u32 keyType; in ath_hw_keyreset() local
135 u32 keyType; in ath_hw_set_keycache_entry() local
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java430 private Descriptors.FieldDescriptor.Type keyType; field in RubyMap
/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
/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

Completed in 23 milliseconds

12