Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp41 bool lossless = true; in ParseId() local
42 if (napi_ok != napi_get_value_bigint_int64(env, args[0], &value, &lossless)) { in ParseId()
128 bool lossless = true; in ChangeSurface() local
130 if (napi_ok != napi_get_value_bigint_int64(env, args[index++], &surfaceId, &lossless)) { in ChangeSurface()
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp88 bool lossless = true; in GetValue() local
89 return napi_get_value_bigint_uint64(env, in, &out, &lossless); in GetValue()

Completed in 3 milliseconds