Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp127 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local
151 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp81 int32_t codeValue = CJsonUtil::GetIntValue(config, "code"); in ParseAllowedInfo() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_util.cpp25 napi_value codeValue = nullptr; in CreateErrorMessage() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp248 napi_value codeValue = nullptr; in ConvertFunctionResult() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.inl261 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm, std::to_string(code).c_str()); local
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp164 napi_value codeValue = nullptr; in CreateErrorMessageWithErrorCode() local
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp134 napi_value codeValue = nullptr; in CreateErrorMessage() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp490 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_error() local
518 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_type_error() local
545 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_range_error() local
2313 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local
2332 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local
2351 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_range_error() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp262 napi_value codeValue = nullptr; in CreateErrorMessage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1720 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local
1738 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local