/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device_common_key.h | 35 int32_t keyType; member
|
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_map_type.h | 28 inline void SetKeyType(const AutoPtr<ASTType> &keyType) in SetKeyType() argument
|
/foundation/ability/idl_tool/ast/ |
H A D | ast_map_type.h | 27 void SetKeyType(ASTType* keyType) in SetKeyType() argument
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_data_struct.h | 39 KeyType keyType; member
|
/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_device_common_key_virtual.c | 24 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 D | sa_code_emitter.cpp | 194 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(astType.Get()))->GetKeyType();
in ResolveDirectory() local
|
/foundation/ability/idl_tool/metadata/ |
H A D | metadata_builder.cpp | 434 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(type))->GetKeyType(); in WriteMetaType() local
|
/foundation/ability/idl_tool/idl_tool_2/metadata/ |
H A D | metadata_builder.cpp | 426 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(type))->GetKeyType(); in WriteMetaType() local
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/ |
H A D | hdi_code_emitter.cpp | 234 AutoPtr<ASTType> keyType = (static_cast<ASTMapType*>(astType.Get()))->GetKeyType();
in NewMapTypeEmitter() local
|
/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 638 AutoPtr<ASTType> keyType = ParseType(); in ParseMap() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | recover_manager.cpp | 268 bool RecoveryManager::InstallKeyDescToKeyring(size_t keyType, const KeyBlob &key2Blob, const KeyBlob &keyDesc) in InstallKeyDescToKeyring() argument
|
H A D | base_key.cpp | 242 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 D | dinput_source_manager_event_handler.cpp | 327 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 D | key_manager_test.cpp | 1687 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 D | js_storage.cpp | 681 napi_valuetype keyType = napi_undefined; in JSStorageDeleteSync() local
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 253 napi_valuetype keyType = napi_undefined; in ParseKey() local
|
/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.cpp | 719 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 D | cpp_code_emitter.cpp | 1035 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 D | ble_security.cpp | 293 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 D | js_register_module.cpp | 441 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 D | js_register_util.cpp | 253 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 D | device_profile_storage_manager.cpp | 132 GenerateKey(const std::string& udid, const std::string& key, KeyType keyType) GenerateKey() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 571 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 D | gap_br_sec.c | 1605 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 D | classic_defs.h | 200 uint8_t keyType; member
|