Home
last modified time | relevance | path

Searched refs:HandleSetSessionLabel (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_stub.h35 int HandleSetSessionLabel(MessageParcel& data, MessageParcel& reply);
H A Dscene_session_manager_stub.h46 int HandleSetSessionLabel(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp46 return HandleSetSessionLabel(data, reply); in ProcessRemoteRequest()
138 int SceneSessionManagerLiteStub::HandleSetSessionLabel(MessageParcel& data, MessageParcel& reply) in HandleSetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLiteStub
H A Dscene_session_manager_stub.cpp62 return HandleSetSessionLabel(data, reply); in ProcessRemoteRequest()
378 int SceneSessionManagerStub::HandleSetSessionLabel(MessageParcel& data, MessageParcel& reply) in HandleSetSessionLabel() function in OHOS::Rosen::SceneSessionManagerStub
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp1267 HWTEST_F(SceneSessionManagerStubTest, HandleSetSessionLabel, Function | SmallTest | Level2)
1276 int res = stub_->HandleSetSessionLabel(data, reply);