/ohos5.0/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_sdk.cpp | 142 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 D | geofence_sdk_test.cpp | 59 std::vector<CoordinateSystemType> coordinateSystemTypes; variable 60 geofenceManager_->GetGeofenceSupportedCoordTypes(coordinateSystemTypes);
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | geofence_sdk.h | 38 std::vector<CoordinateSystemType>& coordinateSystemTypes); 69 std::vector<CoordinateSystemType>& coordinateSystemTypes);
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 333 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 D | gnss_ability.cpp | 1426 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 D | gnss_fuzzer.cpp | 157 std::vector<CoordinateSystemType> coordinateSystemTypes; in GnssProxyFuzzTest003() local 158 proxy->QuerySupportCoordinateSystemType(coordinateSystemTypes); in GnssProxyFuzzTest003()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | gnss_ability_proxy.h | 55 std::vector<CoordinateSystemType>& coordinateSystemTypes) override;
|
H A D | locator_ability.h | 203 std::vector<CoordinateSystemType>& coordinateSystemTypes);
|
/ohos5.0/base/location/test/location_gnss/mock/include/ |
H A D | mock_gnss_ability_stub.h | 68 (std::vector<CoordinateSystemType>& coordinateSystemTypes));
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ |
H A D | gnss_ability.h | 111 std::vector<CoordinateSystemType> coordinateSystemTypes; member 219 std::vector<CoordinateSystemType>& coordinateSystemTypes) override;
|
H A D | gnss_ability_skeleton.h | 53 std::vector<CoordinateSystemType>& coordinateSystemTypes) = 0;
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | gnss_ability_proxy.cpp | 423 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType() argument 445 coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(reply.ReadInt32())); in QuerySupportCoordinateSystemType()
|
H A D | locator_skeleton.cpp | 1223 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 D | locator_ability.cpp | 1533 std::vector<CoordinateSystemType>& coordinateSystemTypes) in QuerySupportCoordinateSystemType() argument 1548 … coordinateSystemTypes.push_back(static_cast<CoordinateSystemType>(coordinateSystemType)); in QuerySupportCoordinateSystemType()
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_adapter.cpp | 1241 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 D | gnss_ability_test.cpp | 595 std::vector<CoordinateSystemType> coordinateSystemTypes; variable 596 proxy_->QuerySupportCoordinateSystemType(coordinateSystemTypes); 1942 std::vector<CoordinateSystemType> coordinateSystemTypes; variable 1943 ability_->QuerySupportCoordinateSystemType(coordinateSystemTypes);
|