Home
last modified time | relevance | path

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

/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/types/libnapitest/
Dindex.d.ts281 export const getValueStringUtf16NotStr: (string) => string;
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp6187 static napi_value getValueStringUtf16NotStr(napi_env env, napi_callback_info info) in getValueStringUtf16NotStr() function
10113 DECLARE_NAPI_FUNCTION("getValueStringUtf16NotStr", getValueStringUtf16NotStr), in Init()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNapiTest.ets2721 let value = napitest.getValueStringUtf16NotStr(123);