Searched refs:TransferBackpressedEventForConsumed (Results 1 – 9 of 9) sorted by relevance
39 WSError TransferBackpressedEventForConsumed(bool& isConsumed) override;86 WSError TestWindowEventChannel::TransferBackpressedEventForConsumed(bool& isConsumed) in TransferBackpressedEventForConsumed() function
170 HWTEST_F(WindowEventChannelTest, TransferBackpressedEventForConsumed, Function | SmallTest | Level2)173 auto res = windowEventChannel_->TransferBackpressedEventForConsumed(isConsumed);176 res = windowEventChannel_->TransferBackpressedEventForConsumed(isConsumed);182 res = windowEventChannel->TransferBackpressedEventForConsumed(isConsumed);
34 WSError TransferBackpressedEventForConsumed(bool& isConsumed) override;
53 virtual WSError TransferBackpressedEventForConsumed(bool& isConsumed) = 0;
53 WSError TransferBackpressedEventForConsumed(bool& isConsumed) override;
73 WSError errCode = TransferBackpressedEventForConsumed(isConsumed); in HandleTransferBackpressedEvent()
98 WSError WindowEventChannelProxy::TransferBackpressedEventForConsumed(bool& isConsumed) in TransferBackpressedEventForConsumed() function in OHOS::Rosen::WindowEventChannelProxy
132 WSError WindowEventChannel::TransferBackpressedEventForConsumed(bool& isConsumed) in TransferBackpressedEventForConsumed() function in OHOS::Rosen::WindowEventChannel
2095 return windowEventChannel_->TransferBackpressedEventForConsumed(isConsumed); in TransferBackPressedEventForConsumed()