Searched refs:SwitchMessage (Results 1 – 2 of 2) sorted by relevance
93 constexpr const char* toString(std::variant<EventType, SwitchMessage> what) { in toString()111 case SwitchMessage::END_BOOTTIME_COLLECTION: in toString()113 case SwitchMessage::END_CUSTOM_COLLECTION: in toString()291 mHandlerLooper->sendMessage(this, SwitchMessage::END_BOOTTIME_COLLECTION); in onBootFinished()465 mHandlerLooper->sendMessageAtTime(uptime, this, SwitchMessage::END_CUSTOM_COLLECTION); in startCustomCollection()479 mHandlerLooper->sendMessage(this, SwitchMessage::END_CUSTOM_COLLECTION); in endCustomCollection()531 case static_cast<int>(SwitchMessage::END_BOOTTIME_COLLECTION): in handleMessage()546 case static_cast<int>(SwitchMessage::END_CUSTOM_COLLECTION): { in handleMessage()
129 enum SwitchMessage { enum