Searched defs:napiCode (Results 1 – 3 of 3) sorted by relevance
| /foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
| D | js_input_device_manager.cpp | 69 int32_t napiCode = InputManager::GetInstance()->SupportKeys(id, keyCodes, callback); in SupportKeys() local 92 int32_t napiCode = InputManager::GetInstance()->SupportKeys(id, keyCodes, callback); in SupportKeysSync() local 106 int32_t napiCode = InputManager::GetInstance()->GetKeyboardType(id, callback); in GetKeyboardType() local 127 int32_t napiCode = InputManager::GetInstance()->GetKeyboardType(id, callback); in GetKeyboardTypeSync() local 152 int32_t napiCode = InputManager::GetInstance()->GetDevice(id, callback); in GetDeviceInfo() local 184 int32_t napiCode = InputManager::GetInstance()->GetDevice(id, callback); in GetDeviceInfoSync() local 198 int32_t napiCode = InputManager::GetInstance()->SetKeyboardRepeatDelay(delay); in SetKeyboardRepeatDelay() local 212 int32_t napiCode = InputManager::GetInstance()->SetKeyboardRepeatRate(rate); in SetKeyboardRepeatRate() local 226 int32_t napiCode = InputManager::GetInstance()->GetKeyboardRepeatDelay(callback); in GetKeyboardRepeatDelay() local 240 int32_t napiCode = InputManager::GetInstance()->GetKeyboardRepeatRate(callback); in GetKeyboardRepeatRate() local
|
| /foundation/communication/ipc/ipc/native/src/napi_common/source/ |
| D | napi_rpc_error.cpp | 48 napi_value napiCode = nullptr; in GetError() local
|
| /foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
| D | napi_utils.cpp | 1428 napi_status NapiUtils::ThrowError(napi_env env, const char* napiMessage, int32_t napiCode) in ThrowError()
|