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.h26 struct TimerEntry { struct
27 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 …]