Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/napi/
Duitest_napi.cpp103 static napi_value CreateJsException(napi_env env, uint32_t code, string_view msg) in CreateJsException() function
217 return CreateJsException(env, code, message); in UnmarshalReply()
359 error = CreateJsException(env, ERR_INVALID_INPUT, "Missing file path argument"); in PreprocessTransaction()
366 error = CreateJsException(env, ERR_INVALID_INPUT, "Invalid file path:" + path); in PreprocessTransaction()
375 error = CreateJsException(env, err.code_, err.message_); in PreprocessTransaction()