Home
last modified time | relevance | path

Searched refs:triggerFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/utils/
H A DBreakpointSystem.ets20 type triggerFunc = (columnType: ColumnType) => void;
35 private callback: triggerFunc | null = null;
66 public register(callback: triggerFunc) {
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp237 void NapiAppEventWatcher::InitTrigger(const napi_env env, const napi_value triggerFunc) in InitTrigger() argument
253 context_->triggerContext->onTrigger = NapiUtil::CreateReference(env, triggerFunc); in InitTrigger()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp450 auto triggerFunc = [] { in ExecuteCacheList() local
455 reportTimeInfo->SetCallbackInfo(triggerFunc); in ExecuteCacheList()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1783 auto triggerFunc = [wThis, record, reason, deleteTimePoint] { in StartAutoDelete() local
1793 notificationTimerInfo->SetCallbackInfo(triggerFunc); in StartAutoDelete()