Home
last modified time | relevance | path

Searched refs:CREATE_STRING_UTF8 (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp87 NAPI_AUTO_LENGTH, &name), CREATE_STRING_UTF8); in GetDeviceInfo()
104 NAPI_AUTO_LENGTH, &uniq), CREATE_STRING_UTF8); in GetDeviceInfo()
108 NAPI_AUTO_LENGTH, &phys), CREATE_STRING_UTF8); in GetDeviceInfo()
132 NAPI_AUTO_LENGTH, &sourceType), CREATE_STRING_UTF8); in GetDeviceAxisInfo()
155 NAPI_AUTO_LENGTH, &axisType), CREATE_STRING_UTF8); in GetDeviceAxisInfo()
196 CREATE_STRING_UTF8); in GetDeviceSourceType()
H A Djs_event_target.cpp69 CREATE_STRING_UTF8, scope); in EmitAddedDeviceEvent()
112 &eventType), CREATE_STRING_UTF8, scope); in EmitRemoveDeviceEvent()
1300 …_create_string_utf8(env, errMessage.data(), NAPI_AUTO_LENGTH, &resultMessage), CREATE_STRING_UTF8); in GreateBusinessError()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp76 NAPI_AUTO_LENGTH, &errMsg), CREATE_STRING_UTF8); in GetResult()
107 …api_create_string_utf8(env, "AsyncCallbackWork", NAPI_AUTO_LENGTH, &resource), CREATE_STRING_UTF8); in AsyncCallbackWork()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h48 inline constexpr std::string_view CREATE_STRING_UTF8 { "napi_create_string_utf8" };
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp171 …HKRP(napi_get_value_string_utf8(env, argv[0], type, sizeof(type), &strLength), CREATE_STRING_UTF8); in On()
201 … CHKRP(napi_get_value_string_utf8(env, argv[0], type, sizeof(type), &length), CREATE_STRING_UTF8); in Off()
H A Djs_drag_manager.cpp64 …i_create_string_utf8(env, summary.first.c_str(), NAPI_AUTO_LENGTH, &dataType), CREATE_STRING_UTF8); in GetDataSummary()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h60 inline constexpr std::string_view CREATE_STRING_UTF8 = "napi_create_string_utf8"; variable
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp86 CREATE_STRING_UTF8); in GetResult()
H A Djs_event_cooperate_target.cpp604 NAPI_AUTO_LENGTH, &deviceDescriptor), CREATE_STRING_UTF8, scope); in EmitCoordinationMessageEvent()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_util.cpp86 CREATE_STRING_UTF8); in GetResult()
H A Djs_event_target.cpp770 NAPI_AUTO_LENGTH, &deviceDescriptor), CREATE_STRING_UTF8, scope); in EmitCoordinationMessageEvent()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp44 …KRV(napi_create_string_utf8(env, value.c_str(), NAPI_AUTO_LENGTH, &napiValue), CREATE_STRING_UTF8); in SetNamedProperty()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp79 NAPI_AUTO_LENGTH, &errMsg), CREATE_STRING_UTF8); in GetResult()
110 …api_create_string_utf8(env, "AsyncCallbackWork", NAPI_AUTO_LENGTH, &resource), CREATE_STRING_UTF8); in AsyncCallbackWork()