Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h36 struct InsightIntentExecuteRecord { struct
93 std::map<uint64_t, std::shared_ptr<InsightIntentExecuteRecord>> records_;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp110 auto record = std::make_shared<InsightIntentExecuteRecord>(); in AddRecord()
147 std::shared_ptr<InsightIntentExecuteRecord> record = findResult->second; in ExecuteIntentDone()