Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h72 MOCK_METHOD2(HandleNotifyExtensionDied, int(MessageParcel& data, MessageParcel& reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h95 int HandleNotifyExtensionDied(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp251 res = session_->HandleNotifyExtensionDied(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp146 return HandleNotifyExtensionDied(data, reply); in ProcessRemoteRequest()
798 int SessionStub::HandleNotifyExtensionDied(MessageParcel& data, MessageParcel& reply) in HandleNotifyExtensionDied() function in OHOS::Rosen::SessionStub