Home
last modified time | relevance | path

Searched defs:codeValue (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
Dkey_event.cpp89 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local
Dkey_event.h562 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tag_utils.cpp229 napi_value codeValue = nullptr; in CreateErrorMessage() local
/foundation/arkui/napi/native_engine/
Dnative_api.cpp265 auto codeValue = reinterpret_cast<NativeValue*>(code); in napi_create_error() local
286 auto codeValue = reinterpret_cast<NativeValue*>(code); in napi_create_type_error() local
307 auto codeValue = reinterpret_cast<NativeValue*>(code); in napi_create_range_error() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp1782 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
1800 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp847 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm_, code); in Throw() local