Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/source/
H A Dlocation_napi_system.cpp99 napi_value nVcoordType; in GetLocation() local
113 NAPI_CALL(env, napi_get_named_property(env, argv[0], "coordType", &nVcoordType)); in GetLocation()
116 NAPI_CALL(env, napi_get_value_string_utf8(env, nVcoordType, type, sizeof(type), &typeLen)); in GetLocation()
218 napi_value nVcoordType; in Subscribe() local
231 NAPI_CALL(env, napi_get_named_property(env, argv[0], "coordType", &nVcoordType)); in Subscribe()
234 NAPI_CALL(env, napi_get_value_string_utf8(env, nVcoordType, type, sizeof(type), &typeLen)); in Subscribe()

Completed in 1 milliseconds