Home
last modified time | relevance | path

Searched refs:location2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp1066 location2->altitude_ = 1.0;
1068 location2->altitude_ = 0.0;
1069 location2->accuracy_ = 1.0;
1071 location2->accuracy_ = 0.0;
1072 location2->speed_ = 1.0;
1074 location2->speed_ = 0.0;
1075 location2->direction_ = 1.0;
1077 location2->direction_ = 0.0;
1078 location2->timeStamp_ = 1;
1080 location2->timeStamp_ = 0;
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp246 std::string location2 = phoneNumberFormat->getLocationName("15156712345", "zh-CN"); variable
247 EXPECT_EQ(location2, "安徽省亳州市");