Home
last modified time | relevance | path

Searched refs:coordinateSystemTypes (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp142 std::vector<CoordinateSystemType>& coordinateSystemTypes) in GetGeofenceSupportedCoordTypes() argument
153 return proxy->GetGeofenceSupportedCoordTypes(coordinateSystemTypes); in GetGeofenceSupportedCoordTypes()
212 std::vector<CoordinateSystemType>& coordinateSystemTypes) in GetGeofenceSupportedCoordTypes() argument
226 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(coordinateSystemType)); in GetGeofenceSupportedCoordTypes()
/ohos5.0/base/location/test/location_geofence/source/
H A Dgeofence_sdk_test.cpp59 std::vector<CoordinateSystemType> coordinateSystemTypes; variable
60 geofenceManager_->GetGeofenceSupportedCoordTypes(coordinateSystemTypes);
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_sdk.h38 std::vector<CoordinateSystemType>& coordinateSystemTypes);
69 std::vector<CoordinateSystemType>& coordinateSystemTypes);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp333 std::vector<CoordinateSystemType> coordinateSystemTypes; in QuerySupportCoordinateSystemTypeInner() local
334 auto errCode = QuerySupportCoordinateSystemType(coordinateSystemTypes); in QuerySupportCoordinateSystemTypeInner()
339 int size = static_cast<int>(coordinateSystemTypes.size()) > COORDINATE_SYSTEM_TYPE_SIZE ? in QuerySupportCoordinateSystemTypeInner()
340 COORDINATE_SYSTEM_TYPE_SIZE : static_cast<int>(coordinateSystemTypes.size()); in QuerySupportCoordinateSystemTypeInner()
343 reply.WriteInt32(static_cast<int>(coordinateSystemTypes[i])); in QuerySupportCoordinateSystemTypeInner()
H A Dgnss_ability.cpp1426 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType() argument
1433 fenceStruct.coordinateSystemTypes = supportedTypes; in QuerySupportCoordinateSystemType()
1436 coordinateSystemTypes = fenceStruct.coordinateSystemTypes; in QuerySupportCoordinateSystemType()
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp157 std::vector<CoordinateSystemType> coordinateSystemTypes; in GnssProxyFuzzTest003() local
158 proxy->QuerySupportCoordinateSystemType(coordinateSystemTypes); in GnssProxyFuzzTest003()
/ohos5.0/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);
/ohos5.0/base/location/test/location_gnss/mock/include/
H A Dmock_gnss_ability_stub.h68 (std::vector<CoordinateSystemType>& coordinateSystemTypes));
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h111 std::vector<CoordinateSystemType> coordinateSystemTypes; member
219 std::vector<CoordinateSystemType>& coordinateSystemTypes) override;
H A Dgnss_ability_skeleton.h53 std::vector<CoordinateSystemType>& coordinateSystemTypes) = 0;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp423 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType() argument
445 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(reply.ReadInt32())); in QuerySupportCoordinateSystemType()
H A Dlocator_skeleton.cpp1223 std::vector<CoordinateSystemType> coordinateSystemTypes; in PreQuerySupportCoordinateSystemType() local
1224 auto errCode = locatorAbility->QuerySupportCoordinateSystemType(coordinateSystemTypes); in PreQuerySupportCoordinateSystemType()
1229 int size = static_cast<int>(coordinateSystemTypes.size()) > COORDINATE_SYSTEM_TYPE_SIZE ? in PreQuerySupportCoordinateSystemType()
1230 COORDINATE_SYSTEM_TYPE_SIZE : static_cast<int>(coordinateSystemTypes.size()); in PreQuerySupportCoordinateSystemType()
1233 reply.WriteInt32(static_cast<int>(coordinateSystemTypes[i])); in PreQuerySupportCoordinateSystemType()
H A Dlocator_ability.cpp1533 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType() argument
1548coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(coordinateSystemType)); in QuerySupportCoordinateSystemType()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp1241 std::vector<CoordinateSystemType> coordinateSystemTypes; in CreateReverseGeocodeAsyncContext() local
1243 g_geofenceClient->GetGeofenceSupportedCoordTypes(coordinateSystemTypes); in CreateReverseGeocodeAsyncContext()
1250 napi_create_array_with_length(env, coordinateSystemTypes.size(), &res)); in CreateReverseGeocodeAsyncContext()
1252 for (auto iter = coordinateSystemTypes.begin(); iter != coordinateSystemTypes.end(); ++iter) { in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp595 std::vector<CoordinateSystemType> coordinateSystemTypes; variable
596 proxy_->QuerySupportCoordinateSystemType(coordinateSystemTypes);
1942 std::vector<CoordinateSystemType> coordinateSystemTypes; variable
1943 ability_->QuerySupportCoordinateSystemType(coordinateSystemTypes);