Home
last modified time | relevance | path

Searched refs:timeoutFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp581 auto timeoutFunc = [wThis, ownerUid, notificationId] { in StartDelayPublishTimer() local
588 notificationTimerInfo->SetCallbackInfo(timeoutFunc); in StartDelayPublishTimer()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp1056 auto timeoutFunc = [callback, timeOutTaskName, weakNode]() { in CreateAnimationFinishedCallback() local
1077 … handlerSptr->PostTask(timeoutFunc, "wms:" + timeOutTaskName, ANIMATION_TIME_OUT_MILLISECONDS); in CreateAnimationFinishedCallback()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp1168 auto timeoutFunc = [callback, timeOutTaskName, weakNode]() variable