Home
last modified time | relevance | path

Searched refs:DeviceInterfaceCode (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp197 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::PREPARE_COOPERATE), in PrepareCoordination()
200 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::PREPARE_COORDINATION), in PrepareCoordination()
224 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::UNPREPARE_COOPERATE), in UnprepareCoordination()
254 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::START_COOPERATE), in ActivateCoordination()
257 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::START_COORDINATION), in ActivateCoordination()
282 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::STOP_COOPERATE), in DeactivateCoordination()
285 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::STOP_COORDINATION), in DeactivateCoordination()
430 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::GET_COOPERATE_STATE), in GetCoordinationState()
480 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::START_DRAG), in StartDrag()
509 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::STOP_DRAG), in StopDrag()
[all …]
/ohos5.0/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp82 { static_cast<uint32_t>(DeviceInterfaceCode::START_COORDINATION), in InitCoordination()
86 { static_cast<uint32_t>(DeviceInterfaceCode::STOP_COORDINATION), in InitCoordination()
130 { static_cast<uint32_t>(DeviceInterfaceCode::START_COOPERATE), in InitCoordination()
134 { static_cast<uint32_t>(DeviceInterfaceCode::STOP_COOPERATE), in InitCoordination()
149 { static_cast<uint32_t>(DeviceInterfaceCode::ALLOC_SOCKET_FD), in InitDrag()
153 { static_cast<uint32_t>(DeviceInterfaceCode::START_DRAG), in InitDrag()
157 { static_cast<uint32_t>(DeviceInterfaceCode::STOP_DRAG), in InitDrag()
193 { static_cast<uint32_t>(DeviceInterfaceCode::GET_DRAG_DATA), in InitDrag()
197 { static_cast<uint32_t>(DeviceInterfaceCode::GET_DRAG_STATE), in InitDrag()
213 {static_cast<uint32_t>(DeviceInterfaceCode::GET_DRAG_ACTION), in InitDrag()
[all …]
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Dmsdp_ipc_interface_code.h22 enum class DeviceInterfaceCode { enum
/ohos5.0/base/msdp/device_status/test/fuzztest/activatecooperate_fuzzer/
H A Dactivatecooperate_fuzzer.cpp39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::START_COOPERATE), datas, reply, option); in ActivateCooperateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/deactivatecooperate_fuzzer/
H A Ddeactivatecooperate_fuzzer.cpp39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::STOP_COOPERATE), datas, reply, option); in DeactivateCooperateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/devicegetcachestub_fuzzer/
H A Ddevicegetcachestub_fuzzer.cpp40 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::DEVICESTATUS_GETCACHE), datas, reply, option); in DeviceStatusGetCacheFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/devicesubscribestub_fuzzer/
H A Ddevicesubscribestub_fuzzer.cpp41 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::DEVICESTATUS_SUBSCRIBE), datas, reply, option); in DeviceStatusSubscribeFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/deviceunsubscribestub_fuzzer/
H A Ddeviceunsubscribestub_fuzzer.cpp40 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::DEVICESTATUS_UNSUBSCRIBE), datas, reply, option); in DeviceStatusUnsubscribeFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getcooperatestate_fuzzer/
H A Dgetcooperatestate_fuzzer.cpp39 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_COOPERATE_STATE), datas, reply, option); in GetCooperateStateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/preparecooperate_fuzzer/
H A Dpreparecooperate_fuzzer.cpp39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::PREPARE_COOPERATE), datas, reply, option); in PrepareCooperateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/registercooperatemonitor_fuzzer/
H A Dregistercooperatemonitor_fuzzer.cpp39 …static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_COOPERATE_MONITOR), datas, reply, option… in RegisterCooperateMonitorFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/unpreparecooperate_fuzzer/
H A Dunpreparecooperate_fuzzer.cpp38 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::UNPREPARE_COOPERATE), datas, reply, option); in UnPrepareCooperateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/unregistercooperatemonitor_fuzzer/
H A Dunregistercooperatemonitor_fuzzer.cpp38 …static_cast<uint32_t>(Msdp::DeviceInterfaceCode::UNREGISTER_COOPERATE_MONITOR), datas, reply, opti… in UnregisterCooperateMonitorFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/activatecoordination_fuzzer/
H A Dactivatecoordination_fuzzer.cpp44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::START_COORDINATION), datas, reply, option); in ActivateCoordinationFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/adddraglistener_fuzzer/
H A Dadddraglistener_fuzzer.cpp44 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_DRAG_MONITOR), datas, reply, option); in AddDragListenerFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/addhotarealistener_fuzzer/
H A Daddhotarealistener_fuzzer.cpp44 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ADD_HOT_AREA_MONITOR), datas, reply, option); in AddHotAreaListenerFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/addprivilegestub_fuzzer/
H A Daddprivilegestub_fuzzer.cpp44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ADD_PRIVILEGE), datas, reply, option); in AddPrivilegeStubFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/addsubscriptlistener_fuzzer/
H A Daddsubscriptlistener_fuzzer.cpp43 …static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_SUBSCRIPT_MONITOR), datas, reply, option… in AddSubscriptListenerFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/deactivatecoordination_fuzzer/
H A Ddeactivatecoordination_fuzzer.cpp45 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::STOP_COORDINATION), datas, reply, option); in DeactivateCoordinationFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getcoordinationstate_fuzzer/
H A Dgetcoordinationstate_fuzzer.cpp45 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_COORDINATION_STATE), datas, reply, option); in GetCoordinationStateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getdragaction_fuzzer/
H A Dgetdragaction_fuzzer.cpp43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_ACTION), datas, reply, option); in GetDragActionFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getdragdata_fuzzer/
H A Dgetdragdata_fuzzer.cpp43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_DATA), datas, reply, option); in GetDragDataFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getdragstate_fuzzer/
H A Dgetdragstate_fuzzer.cpp43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_STATE), datas, reply, option); in GetDragStateFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getdragsummary_fuzzer/
H A Dgetdragsummary_fuzzer.cpp43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_SUMMARY), datas, reply, option); in GetDragSummaryFuzzTest()
/ohos5.0/base/msdp/device_status/test/fuzztest/getdragtargetpid_fuzzer/
H A Dgetdragtargetpid_fuzzer.cpp43 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_TARGET_PID), datas, reply, option); in GetDragTargetPidFuzzTest()

12