Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h83 struct ObserverTrace { struct
86 ObserverTrace() {}; in ObserverTrace() argument
87 ObserverTrace(std::string currentSource, std::string currentStage) in ObserverTrace() argument
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_hitrace_meter_adapter.h104 LOCAL_API static inline void StartTraceObserver(ObserverTrace &observer) in StartTraceObserver()
125 static inline void StartTraceObserver(ObserverTrace &observer) in StartTraceObserver()
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.cpp428 ObserverTrace obs; in TryExecuteObserverCallback()
454 int64_t EventQueueBase::ExecuteObserverCallback(ObserverTrace obsTrace, EventRunnerStage stage, Sta… in ExecuteObserverCallback()