Home
last modified time | relevance | path

Searched refs:HandleBindDialogTarget (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.h71 int HandleBindDialogTarget(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp110 return HandleBindDialogTarget(data, reply); in ProcessRemoteRequest()
736 int SceneSessionManagerStub::HandleBindDialogTarget(MessageParcel& data, MessageParcel& reply) in HandleBindDialogTarget() function in OHOS::Rosen::SceneSessionManagerStub
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp1621 HWTEST_F(SceneSessionManagerStubTest, HandleBindDialogTarget, Function | SmallTest | Level2)
1635 int res = stub_->HandleBindDialogTarget(data, reply);