Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h105 …c bool ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &expectedNum);
H A Dnapi_form_util.cpp158 …rmUtil::ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &expectedNum) in ThrowParamNumError() argument
160 std::string errorMessage = "Parameter error. Got " + gotNum + ", expected " + expectedNum; in ThrowParamNumError()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp754 uint8_t expectedNum = 5; in JSIInterfaceTest020() local
758 if (res && (num == expectedNum)) { in JSIInterfaceTest020()
763 EXPECT_TRUE(res && (num == expectedNum)); in JSIInterfaceTest020()