Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dgeofence_definition.h28 enum CoordinateSystemType { enum
H A Dgeofence_sdk.h38 std::vector<CoordinateSystemType>& coordinateSystemTypes);
69 std::vector<CoordinateSystemType>& coordinateSystemTypes);
H A Dgeofence_request.h35 CoordinateSystemType coordinateSystemType;
/base/location/test/location_geofence/source/
H A Dgeofence_sdk_test.cpp59 std::vector<CoordinateSystemType> coordinateSystemTypes; in HWTEST_F()
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp142 std::vector<CoordinateSystemType>& coordinateSystemTypes) in GetGeofenceSupportedCoordTypes()
212 std::vector<CoordinateSystemType>& coordinateSystemTypes) in GetGeofenceSupportedCoordTypes()
226 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(coordinateSystemType)); in GetGeofenceSupportedCoordTypes()
H A Dgeofence_request.cpp171 geofence_.coordinateSystemType = static_cast<CoordinateSystemType>(data.ReadInt32()); in ReadFromParcel()
/base/location/services/location_locator/locator/include/
H A Dgnss_ability_proxy.h55 std::vector<CoordinateSystemType>& coordinateSystemTypes) override;
H A Dlocator_ability.h203 std::vector<CoordinateSystemType>& coordinateSystemTypes);
/base/location/test/location_gnss/mock/include/
H A Dmock_gnss_ability_stub.h68 (std::vector<CoordinateSystemType>& coordinateSystemTypes));
/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp211 geofence.coordinateSystemType = static_cast<CoordinateSystemType>(value); in JsObjToGeoFenceRequest()
213 geofence.coordinateSystemType = CoordinateSystemType::WGS84; in JsObjToGeoFenceRequest()
H A Dlocation_napi_entry.cpp30 SetEnumPropertyByInteger(env, coordinateSystemType, CoordinateSystemType::WGS84, "WGS84"); in CoordinateSystemTypeConstructor()
31 SetEnumPropertyByInteger(env, coordinateSystemType, CoordinateSystemType::GCJ02, "GCJ02"); in CoordinateSystemTypeConstructor()
315 DECLARE_NAPI_PROPERTY("CoordinateSystemType", CoordinateSystemTypeConstructor(env)), in InitManager()
H A Dlocation_napi_adapter.cpp1220 std::vector<CoordinateSystemType> coordinateSystemTypes; in CreateReverseGeocodeAsyncContext()
/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h53 std::vector<CoordinateSystemType>& coordinateSystemTypes) = 0;
H A Dgnss_ability.h111 std::vector<CoordinateSystemType> coordinateSystemTypes;
219 std::vector<CoordinateSystemType>& coordinateSystemTypes) override;
/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp157 std::vector<CoordinateSystemType> coordinateSystemTypes; in GnssProxyFuzzTest003()
/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp423 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType()
445 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(reply.ReadInt32())); in QuerySupportCoordinateSystemType()
H A Dlocator_ability.cpp1474 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType()
1489 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(coordinateSystemType)); in QuerySupportCoordinateSystemType()
H A Dlocator_skeleton.cpp1019 std::vector<CoordinateSystemType> coordinateSystemTypes; in PreQuerySupportCoordinateSystemType()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1397 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType()
1399 std::vector<CoordinateSystemType> supportedTypes; in QuerySupportCoordinateSystemType()
1400 supportedTypes.push_back(CoordinateSystemType::WGS84); in QuerySupportCoordinateSystemType()
H A Dgnss_ability_skeleton.cpp333 std::vector<CoordinateSystemType> coordinateSystemTypes; in QuerySupportCoordinateSystemTypeInner()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_impl.cpp830 std::vector<Location::CoordinateSystemType> coordinateSystemTypes; in GetGeofenceSupportedCoordTypes()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp595 std::vector<CoordinateSystemType> coordinateSystemTypes; in HWTEST_F()
1942 std::vector<CoordinateSystemType> coordinateSystemTypes; in HWTEST_F()

Completed in 23 milliseconds