Home
last modified time | relevance | path

Searched refs:RESULT_ERROR (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_work.cpp131 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in GenerateOutput()
142 napi_create_error(ctxt->env, nullptr, message, &result[RESULT_ERROR]); in GenerateOutput()
145 napi_set_named_property(ctxt->env, result[RESULT_ERROR], "code", code); in GenerateOutput()
155 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in GenerateOutput()
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h71 RESULT_ERROR = 0, enumerator
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp33 const int RESULT_ERROR = -1; member
169 EXPECT_EQ(ret, RESULT_ERROR); in HWTEST_F()

Completed in 2 milliseconds