Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp308 size_t expectBufSize = 0; in JSAssertEqual() local
311 env, napi_get_value_string_utf8(env, expectValueNapiString, expectStrBuffer, NAPI_MAX_BUF_LEN, &expectBufSize)); in JSAssertEqual()
314 std::string expectStr(expectStrBuffer, expectBufSize); in JSAssertEqual()

Completed in 2 milliseconds