Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp360 status = napi_get_value_string_latin1(env, configItem, buffer, PATH_MAX - 1, &bytesToCopy); in GetAudioUriPath()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp400 napi_get_value_string_latin1(env, result, nullptr, 0, &strSize); in HWTEST_F()
403 napi_get_value_string_latin1(env, result, str.data(), strSize + 1, &strSize); in HWTEST_F()
2928 ASSERT_CHECK_CALL(napi_get_value_string_latin1(env, result, nullptr, 0, &bufferSize)); in HWTEST_F()
2931 ASSERT_CHECK_CALL(napi_get_value_string_latin1(env, result, buffer, bufferSize + 1, &strLength)); in HWTEST_F()
2955 ASSERT_CHECK_CALL(napi_get_value_string_latin1(env, result, nullptr, 0, &bufferSize)); in HWTEST_F()
2958 ASSERT_CHECK_CALL(napi_get_value_string_latin1(env, result, buffer, bufferSize + 1, &strLength)); in HWTEST_F()
2998 ASSERT_CHECK_CALL(napi_get_value_string_latin1(env, result, nullptr, 0, &bufferSize)); in HWTEST_F()
3017 napi_status ret = napi_get_value_string_latin1(env, result, buffer, testStrLength, &copied); in HWTEST_F()
3035 napi_status ret = napi_get_value_string_latin1(env, result, buffer, testStrLength, &copied); in HWTEST_F()
3053 ASSERT_CHECK_CALL(napi_get_value_string_latin1(en in HWTEST_F()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp676 NAPI_EXTERN napi_status napi_get_value_string_latin1(napi_env env, in napi_get_value_string_latin1() function

Completed in 21 milliseconds