Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/event/
Dkey_event.cpp154 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local
182 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_types.inl264 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm, std::to_string(code).c_str()); local
/foundation/arkui/napi/test/unittest/
Dtest_napi_pendingexception.cpp588 napi_value codeValue = nullptr; variable
/foundation/arkui/napi/native_engine/
Dnative_api.cpp498 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_error() local
527 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_type_error() local
555 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_range_error() local
2471 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local
2491 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local
2511 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_range_error() local
/foundation/communication/nfc/frameworks/js/napi/common/
Dnfc_napi_common_utils.cpp262 napi_value codeValue = nullptr; in CreateErrorMessage() local
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
Davscreen_capture_napi.cpp321 napi_value codeValue = nullptr; in ThrowCustomError() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp1777 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
1795 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_web_bridge.cpp3704 double codeValue = value->ToNumber(vm)->Value(); in ProcessStatusCode() local