Home
last modified time | relevance | path

Searched refs:HandleCreateAndConnectSpecificSession (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.h38 int HandleCreateAndConnectSpecificSession(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp88 stub_->HandleCreateAndConnectSpecificSession(data, reply);
1056 HWTEST_F(SceneSessionManagerStubTest, HandleCreateAndConnectSpecificSession, Function | SmallTest |…
1076 stub_->HandleCreateAndConnectSpecificSession(data, reply);
1090 int res = stub_->HandleCreateAndConnectSpecificSession(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp43 return HandleCreateAndConnectSpecificSession(data, reply); in ProcessRemoteRequest()
199 int SceneSessionManagerStub::HandleCreateAndConnectSpecificSession(MessageParcel& data, MessageParc… in HandleCreateAndConnectSpecificSession() function in OHOS::Rosen::SceneSessionManagerStub