Home
last modified time | relevance | path

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

/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_buffer_napi.cpp26 static const char theText[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."; member
32 NAPI_ASSERT_RETURN_VOID(env, data != nullptr && strcmp(static_cast<char*>(data), theText) == 0, "invalid data"); in DeleteTheTextFun()
165 NAPI_CALL(env, napi_create_string_utf8(env, theText, sizeof(theText), &theValue)); in BufferInit()
166 NAPI_CALL(env, napi_set_named_property(env, exports, "theText", theValue)); in BufferInit()

Completed in 2 milliseconds