Lines Matching refs:name
29 * @param name Indicates the point to the name of the timer.
39 int32_t SoftBusSetWatchdogTimer(const char *name, uint32_t timeout, void(*func)(void*), void *args);
52 * @param name Indicates the point to the name of the task.
53 * @param task Indicates the point to a short function name.
59 void SoftBusRunOneShotTask(const char *name, void(*task)(void), uint64_t delay);
63 * @param name Indicates the point to the name of the task.
64 * @param task Indicates the point to a short function name.
71 void SoftBusRunPeriodicalTask(const char *name, void(*task)(void), uint64_t interval, uint64_t delay);