Home
last modified time | relevance | path

Searched refs:geoAddressList002 (Results 1 – 3 of 3) sorted by relevance

/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp109 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable
110 locatorImpl->GetAddressByLocationName(request002, geoAddressList002);
Dlocator_impl_test.cpp349 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable
361 …T_EQ(ERRCODE_NOT_SUPPORTED, locatorImpl_->GetAddressByCoordinateV9(request002, geoAddressList002));
362 EXPECT_EQ(true, geoAddressList002.empty());
Dlocator_service_test.cpp1490 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable
1501 locatorImpl->GetAddressByCoordinate(request002, geoAddressList002);
1502 EXPECT_EQ(true, geoAddressList002.empty());