Home
last modified time | relevance | path

Searched refs:UtilNapiError (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil_napi_error.cpp24 namespace UtilNapiError { namespace
50 if (!UtilNapiError::GetErrorMsg(errCode, errMsg)) { in HandleExecuteResult()
59 if (!UtilNapiError::GetErrorMsg(errCode, errMsg)) { in HandleExecuteResult()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_manager.cpp40 UtilNapiError::HandleExecuteResult(env, errCode, "prepare", COOPERATE_PERMISSION); in Prepare()
57 UtilNapiError::HandleExecuteResult(env, errCode, "unprepare", COOPERATE_PERMISSION); in Unprepare()
76 UtilNapiError::HandleExecuteResult(env, errCode, "activate", COOPERATE_PERMISSION); in Activate()
94 UtilNapiError::HandleExecuteResult(env, errCode, "deactivate", COOPERATE_PERMISSION); in Deactivate()
112UtilNapiError::HandleExecuteResult(env, errCode, "getCrossingSwitchState", COOPERATE_PERMISSION); in GetCrossingSwitchState()
H A Djs_event_target.cpp208 UtilNapiError::HandleExecuteResult(env, errCode, "on", COOPERATE_PERMISSION); in AddListener()
254 UtilNapiError::HandleExecuteResult(env, errCode, "off", COOPERATE_PERMISSION); in RemoveListener()
292 UtilNapiError::HandleExecuteResult(env, errCode, "on", COOPERATE_PERMISSION); in AddListener()
328 UtilNapiError::HandleExecuteResult(env, errCode, "off", COOPERATE_PERMISSION); in RemoveListener()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_manager.cpp45 UtilNapiError::HandleExecuteResult(env, errCode, "enable", COOPERATE_PERMISSION); in Enable()
63 UtilNapiError::HandleExecuteResult(env, errCode, "start", COOPERATE_PERMISSION); in Start()
81 UtilNapiError::HandleExecuteResult(env, errCode, "stop", COOPERATE_PERMISSION); in Stop()
98 UtilNapiError::HandleExecuteResult(env, errCode, "getState", COOPERATE_PERMISSION); in GetState()
/ohos5.0/foundation/multimodalinput/input/util/napi/include/
H A Dutil_napi_error.h68 if (UtilNapiError::GetApiError(code, codeMsg)) { \
77 namespace UtilNapiError {
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil_napi_error.h59 if (UtilNapiError::GetErrorMsg(code, codeMsg)) { \
71 namespace UtilNapiError {
/ohos5.0/foundation/multimodalinput/input/util/napi/src/
H A Dutil_napi_error.cpp25 namespace UtilNapiError { namespace
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp436 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeystrokeAbilityPromise()
488 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeystrokeAbilityAsync()
618 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeyboardTypeAsync()
668 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeyboardTypePromise()
712 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallDevListAsyncWork()
764 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallDevListPromiseWork()
814 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallDevInfoPromiseWork()
862 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallDevInfoAsyncWork()
985 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeyboardRepeatDelayAsync()
1038 if (!UtilNapiError::GetApiError(cb->errCode, codeMsg)) { in CallKeyboardRepeatDelayPromise()
[all …]
/ohos5.0/base/msdp/device_status/utils/common/
H A Dlibdevicestatus_util_map28 …"OHOS::Msdp::DeviceStatus::UtilNapiError::GetErrorMsg(int, std::__h::basic_string<char, std::__h::…
29 …"OHOS::Msdp::DeviceStatus::UtilNapiError::HandleExecuteResult(napi_env__*, int, std::__h::basic_st…
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp67 if (!UtilNapiError::GetApiError(asyncContext->errorCode, codeMsg)) { in GetResult()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp70 if (!UtilNapiError::GetApiError(asyncContext->errorCode, codeMsg)) { in GetResult()