Searched refs:GetDescriptions (Results 1 – 4 of 4) sorted by relevance
32 std::string GetDescriptions(int index);
28 std::string GeoAddress::GetDescriptions(int index) in GetDescriptions() function in OHOS::Location::GeoAddress
537 EXPECT_EQ("line", geoAddress->GetDescriptions(0));550 EXPECT_EQ("", geoAddress->GetDescriptions(1));563 EXPECT_EQ("", geoAddress->GetDescriptions(-1));657 EXPECT_EQ("", geoAddress->GetDescriptions(-1));
207 … NAPI_CALL_BASE(env, napi_create_string_utf8(env, geoAddress->GetDescriptions(index).c_str(), in GeoAddressesToJsObj()