Searched refs:typeLen (Results 1 – 5 of 5) sorted by relevance
/base/location/frameworks/js/napi/source/ |
D | location_napi_system.cpp | 115 size_t typeLen = 0; in GetLocation() local 116 NAPI_CALL(env, napi_get_value_string_utf8(env, nVcoordType, type, sizeof(type), &typeLen)); in GetLocation() 233 size_t typeLen = 0; in Subscribe() local 234 NAPI_CALL(env, napi_get_value_string_utf8(env, nVcoordType, type, sizeof(type), &typeLen)); in Subscribe()
|
D | location_napi_event.cpp | 920 size_t typeLen = 0; in On() local 921 NAPI_CALL(env, napi_get_value_string_utf8(env, argv[PARAM0], type, sizeof(type), &typeLen)); in On() 1402 size_t typeLen = 0; in Off() local 1403 NAPI_CALL(env, napi_get_value_string_utf8(env, argv[PARAM0], type, sizeof(type), &typeLen)); in Off()
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | number_data.cpp | 222 int typeLen = type.size(); in ParseOtherPerPattern() local 223 style.entireFormat = I18nNewCharString(type.data(), typeLen); in ParseOtherPerPattern()
|
/base/startup/init/interfaces/kits/jskits/src/ |
D | native_parameters_watch.cpp | 363 size_t typeLen = BUF_LENGTH - 1; in GetWatcherInfo() local 364 std::vector<char> eventType(typeLen, 0); in GetWatcherInfo() 365 int ret = GetParamValue(env, argv[0], napi_string, eventType.data(), typeLen); in GetWatcherInfo()
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 444 size_t typeLen = 0; in GetStringArrayFromJsObj() local 445 …_CALL_BASE(env, napi_get_value_string_utf8(env, napiElement, type, sizeof(type), &typeLen), false); in GetStringArrayFromJsObj()
|