Searched refs:CreateTimerTask (Results 1 – 3 of 3) sorted by relevance
44 int32_t CreateTimerTask(uint32_t milliseconds, void* userCallBack, AttestTimerType type);
32 ret = CreateTimerTask(EXPIRED_INTERVAL, &ProcAttest, ATTEST_TIMER_TYPE_PERIOD); in AttestTask()
66 int32_t CreateTimerTask(uint32_t milliseconds, void* userCallBack, AttestTimerType type) in CreateTimerTask() function