Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_common/source/
H A Dcommon_utils_test.cpp145 EXPECT_EQ(LOCATION_GEO_CONVERT_SA_ID, CommonUtils::AbilityConvertToId(GEO_ABILITY));
159 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(GEO_ABILITY, CAPABILITY));
165 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(GEO_ABILITY));
177 EXPECT_NE("", CommonUtils::GetLabel(GEO_ABILITY).tag);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp59 if (GEO_ABILITY.compare(ability) == 0) { in AbilityConvertToId()
88 if (GEO_ABILITY.compare(name) == 0) { in GetLabel()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h38 const std::string GEO_ABILITY = "geo"; variable