Home
last modified time | relevance | path

Searched refs:ExecuteObserverCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h195 … int64_t ExecuteObserverCallback(ObserverTrace obsTrace, EventRunnerStage stage, StageInfo &Info);
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp434 consumer = ExecuteObserverCallback(obs, stage, info); in TryExecuteObserverCallback()
442 consumer = ExecuteObserverCallback(obs, stage, info); in TryExecuteObserverCallback()
454 int64_t EventQueueBase::ExecuteObserverCallback(ObserverTrace obsTrace, EventRunnerStage stage, Sta… in ExecuteObserverCallback() function in OHOS::AppExecFwk::EventQueueBase