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