Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h24 struct TimerEntry { struct
25 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 …]