Searched refs:coordType (Results 1 - 2 of 2) sorted by relevance
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_system.cpp | 111 NAPI_CALL(env, napi_has_named_property(env, argv[0], "coordType", &hasProperty)); in GetLocation() 113 NAPI_CALL(env, napi_get_named_property(env, argv[0], "coordType", &nVcoordType)); in GetLocation() 117 std::string coordType = type; in GetLocation() local 118 if (coordType != "wgs84") { in GetLocation() 229 NAPI_CALL(env, napi_has_named_property(env, argv[0], "coordType", &hasProperty)); in Subscribe() 231 NAPI_CALL(env, napi_get_named_property(env, argv[0], "coordType", &nVcoordType)); in Subscribe() 235 std::string coordType = type; in Subscribe() local 236 if (coordType != "wgs84") { in Subscribe()
|
H A D | location_napi_adapter.cpp | 1232 auto coordType = *iter; in CreateReverseGeocodeAsyncContext() local 1234 NAPI_CALL(env, napi_create_int32(env, static_cast<int>(coordType), &eachObj)); in CreateReverseGeocodeAsyncContext()
|
Completed in 4 milliseconds