Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Ddinput_ipc_interface_code.h57 GET_SINK_SCREEN_INFOS = 0xf016U, enumerator
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_proxy.cpp87 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSinkInterfaceCode::GET_SINK_SCREEN_INFOS), dat… in RegisterGetSinkScreenInfosCallback()
H A Ddistributed_input_sink_stub.cpp67 case static_cast<uint32_t>(IDInputSinkInterfaceCode::GET_SINK_SCREEN_INFOS): in OnRemoteRequest()