Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h29 enum class InsightIntentExecuteState { enum
40 InsightIntentExecuteState state = InsightIntentExecuteState::UNKNOWN;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp112 record->state = InsightIntentExecuteState::EXECUTING; in AddRecord()
154 if (record->state != InsightIntentExecuteState::EXECUTING) { in ExecuteIntentDone()
158 record->state = InsightIntentExecuteState::EXECUTE_DONE; in ExecuteIntentDone()
186 result->second->state = InsightIntentExecuteState::REMOTE_DIED; in RemoteDied()