Searched defs:TimerEntry (Results 1 – 1 of 1) sorted by relevance
24 struct TimerEntry { struct25 std::string name;26 uint64_t id;27 int type;28 int64_t windowLength;29 uint64_t interval;30 uint32_t flag;31 bool autoRestore;32 std::function<int32_t (const uint64_t)> callback;33 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent;[all …]