Home
last modified time | relevance | path

Searched refs:GetDescriptions (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_address.h32 std::string GetDescriptions(int index);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp28 std::string GeoAddress::GetDescriptions(int index) in GetDescriptions() function in OHOS::Location::GeoAddress
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp537 EXPECT_EQ("line", geoAddress->GetDescriptions(0));
550 EXPECT_EQ("", geoAddress->GetDescriptions(1));
563 EXPECT_EQ("", geoAddress->GetDescriptions(-1));
657 EXPECT_EQ("", geoAddress->GetDescriptions(-1));
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp207 … NAPI_CALL_BASE(env, napi_create_string_utf8(env, geoAddress->GetDescriptions(index).c_str(), in GeoAddressesToJsObj()