Home
last modified time | relevance | path

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

/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp106 static constexpr int INT_FIVE = 5; variable
792 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, INT_FIVE + 1, &copied)); in HWTEST_F()
794 for (int i = INT_ZERO; i < INT_FIVE; i++) { in HWTEST_F()
847 char16_t buffer[INT_FIVE]; in HWTEST_F()
1944 size_t word_count = INT_FIVE; in HWTEST_F()
1954 EXPECT_EQ(word_count, INT_FIVE); in HWTEST_F()

Completed in 14 milliseconds