Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp724 sptr<IDistributedSinkInput> remoteDInput = GetRemoteDInput(sinkDevId); in NotifyStartDScreen() local
725 if (remoteDInput == nullptr || !remoteDInput->AsObject()) { in NotifyStartDScreen()
736 auto ret = remoteDInput->NotifyStartDScreen(srcScreenInfo); in NotifyStartDScreen()
746 sptr<IDistributedSinkInput> remoteDInput = GetRemoteDInput(networkId); in NotifyStopDScreen() local
747 if (remoteDInput == nullptr || !remoteDInput->AsObject()) { in NotifyStopDScreen()
751 auto ret = remoteDInput->NotifyStopDScreen(srcScreenInfoKey); in NotifyStopDScreen()