Searched refs:expectedNum (Results 1 – 3 of 3) sorted by relevance
105 …c bool ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &expectedNum);
158 …rmUtil::ThrowParamNumError(napi_env env, const std::string &gotNum, const std::string &expectedNum) in ThrowParamNumError() argument160 std::string errorMessage = "Parameter error. Got " + gotNum + ", expected " + expectedNum; in ThrowParamNumError()
754 uint8_t expectedNum = 5; in JSIInterfaceTest020() local758 if (res && (num == expectedNum)) { in JSIInterfaceTest020()763 EXPECT_TRUE(res && (num == expectedNum)); in JSIInterfaceTest020()