Searched refs:ThrowErrorAndReturnByErrCode (Results 1 – 2 of 2) sorted by relevance
124 …static napi_value ThrowErrorAndReturnByErrCode(napi_env env, const std::string& message, int32_t e…
232 return ThrowErrorAndReturnByErrCode(env, "OnEvent", ret); in OnEvent()248 napi_value NapiAVSession::ThrowErrorAndReturnByErrCode(napi_env env, const std::string& message, in… in ThrowErrorAndReturnByErrCode() function in OHOS::AVSession::NapiAVSession