Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_profile.cpp77 struct InsightIntentProfileInfoVec { struct
218 void from_json(const nlohmann::json &jsonObject, InsightIntentProfileInfoVec &infos) in from_json()
262 bool TransformToInfos(const InsightIntentProfileInfoVec &profileInfos, std::vector<InsightIntentInf… in TransformToInfos()
285 InsightIntentProfileInfoVec profileInfos; in TransformTo()
289 profileInfos = jsonObject.get<InsightIntentProfileInfoVec>(); in TransformTo()