Home
last modified time | relevance | path

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

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