Searched refs:HandleTransferKeyEventAsync (Results 1 – 3 of 3) sorted by relevance
46 return HandleTransferKeyEventAsync(data, reply); in OnRemoteRequest()101 int WindowEventChannelStub::HandleTransferKeyEventAsync(MessageParcel& data, MessageParcel& reply) in HandleTransferKeyEventAsync() function in OHOS::Rosen::WindowEventChannelStub
37 int HandleTransferKeyEventAsync(MessageParcel& data, MessageParcel& reply);
129 HWTEST_F(WindowEventChannelStubTest, HandleTransferKeyEventAsync, Function | SmallTest | Level1)136 ASSERT_EQ(5, windowEventChannelStub_->HandleTransferKeyEventAsync(data, reply));