Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_stub.h72 int HandleNotifyDumpInfoResult(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp873 stub_->HandleNotifyDumpInfoResult(data, reply);
1644 HWTEST_F(SceneSessionManagerStubTest, HandleNotifyDumpInfoResult, Function | SmallTest | Level2)
1655 stub_->HandleNotifyDumpInfoResult(data, reply);
1670 int res = stub_->HandleNotifyDumpInfoResult(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp112 return HandleNotifyDumpInfoResult(data, reply); in ProcessRemoteRequest()
746 int SceneSessionManagerStub::HandleNotifyDumpInfoResult(MessageParcel& data, MessageParcel& reply) in HandleNotifyDumpInfoResult() function in OHOS::Rosen::SceneSessionManagerStub