Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_profile.cpp262 …Infos(const InsightIntentProfileInfoVec &profileInfos, std::vector<InsightIntentInfo> &intentInfos) in TransformToInfos() argument
270 intentInfos.push_back(info); in TransformToInfos()
276 …entProfile::TransformTo(const std::string &profileStr, std::vector<InsightIntentInfo> &intentInfos) in TransformTo() argument
299 return TransformToInfos(profileInfos, intentInfos); in TransformTo()