Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/plugins/ext/include/
Dstandby_messsage.h46 struct StandbyMessage { struct
48 explicit StandbyMessage(uint32_t eventId): eventId_(eventId) {} in StandbyMessage() function
49StandbyMessage(uint32_t eventId, const std::string& action): eventId_(eventId), action_(action) {} in StandbyMessage() argument