Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h26 struct TimerEntry { struct
27 uint64_t id;
28 int type;
29 int64_t windowLength;
30 uint64_t interval;
31 int flag;
32 std::function<int32_t (const uint64_t)> callback;
33 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent;
34 int uid;
35 int pid;
[all …]
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h127 struct TimerEntry { struct
135 using TimerEntryPtr = std::shared_ptr<TimerEntry>; argument