Searched refs:GEO_ABILITY (Results 1 – 3 of 3) sorted by relevance
143 EXPECT_EQ(LOCATION_GEO_CONVERT_SA_ID, CommonUtils::AbilityConvertToId(GEO_ABILITY));157 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(GEO_ABILITY, CAPABILITY));163 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(GEO_ABILITY));175 EXPECT_NE("", CommonUtils::GetLabel(GEO_ABILITY).tag);
117 if (GEO_ABILITY.compare(ability) == 0) { in AbilityConvertToId()146 if (GEO_ABILITY.compare(name) == 0) { in GetLabel()
36 const std::string GEO_ABILITY = "geo"; variable