Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h94 int HandleNotifyAsyncOn(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp435 auto res = session_->HandleNotifyAsyncOn(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp142 return HandleNotifyAsyncOn(data, reply); in ProcessRemoteRequest()
792 int SessionStub::HandleNotifyAsyncOn(MessageParcel& data, MessageParcel& reply) in HandleNotifyAsyncOn() function in OHOS::Rosen::SessionStub