Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h57 using NotifySessionEventFunc = std::function<void(int32_t eventId, SessionEventParam param)>; variable
138 NotifySessionEventFunc OnSessionEvent_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp519NotifySessionEventFunc onSessionEvent_ = [&resultValue](int32_t eventId, SessionEventParam param)