Home
last modified time | relevance | path

Searched defs:TaskCommandType (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/form_fwk/services/include/
Dform_command_queue.h25 enum class TaskCommandType : int64_t { enum
39 const std::pair<TaskCommandType, in FormCommand()
51 …inline void setEventMsg(const std::pair<TaskCommandType, int64_t>& eventMsg) { eventMsg_ = eventMs… in setEventMsg()