Searched refs:GEO_ABILITY (Results 1 – 3 of 3) sorted by relevance
145 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);
59 if (GEO_ABILITY.compare(ability) == 0) { in AbilityConvertToId()88 if (GEO_ABILITY.compare(name) == 0) { in GetLabel()
38 const std::string GEO_ABILITY = "geo"; variable