/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | util_napi_error.cpp | 24 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 D | js_coordination_manager.cpp | 40 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() 112 … UtilNapiError::HandleExecuteResult(env, errCode, "getCrossingSwitchState", COOPERATE_PERMISSION); in GetCrossingSwitchState()
|
H A D | js_event_target.cpp | 208 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 D | js_cooperate_manager.cpp | 45 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 D | util_napi_error.h | 68 if (UtilNapiError::GetApiError(code, codeMsg)) { \ 77 namespace UtilNapiError {
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | util_napi_error.h | 59 if (UtilNapiError::GetErrorMsg(code, codeMsg)) { \ 71 namespace UtilNapiError {
|
/ohos5.0/foundation/multimodalinput/input/util/napi/src/ |
H A D | util_napi_error.cpp | 25 namespace UtilNapiError { namespace
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 436 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 D | libdevicestatus_util_map | 28 …"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 D | js_short_key_manager.cpp | 67 if (!UtilNapiError::GetApiError(asyncContext->errorCode, codeMsg)) { in GetResult()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 70 if (!UtilNapiError::GetApiError(asyncContext->errorCode, codeMsg)) { in GetResult()
|