Home
last modified time | relevance | path

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

/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tag_utils.cpp171 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.cpp1814 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
1832 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
/foundation/arkui/napi/native_engine/impl/v8/
Dv8_native_engine.cpp685 v8::Local<v8::Value> codeValue = v8::String::NewFromUtf8(isolate_, code).ToLocalChecked(); in Throw() local
/foundation/arkui/ace_engine/frameworks/core/event/
Dkey_event.h513 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine_impl.cpp826 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm_, code); in Throw() local