/ohos5.0/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 197 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 D | devicestatus_srv_stub.cpp | 82 { 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 D | msdp_ipc_interface_code.h | 22 enum class DeviceInterfaceCode { enum
|
/ohos5.0/base/msdp/device_status/test/fuzztest/activatecooperate_fuzzer/ |
H A D | activatecooperate_fuzzer.cpp | 39 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 D | deactivatecooperate_fuzzer.cpp | 39 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 D | devicegetcachestub_fuzzer.cpp | 40 … 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 D | devicesubscribestub_fuzzer.cpp | 41 … 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 D | deviceunsubscribestub_fuzzer.cpp | 40 … 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 D | getcooperatestate_fuzzer.cpp | 39 … 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 D | preparecooperate_fuzzer.cpp | 39 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 D | registercooperatemonitor_fuzzer.cpp | 39 …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 D | unpreparecooperate_fuzzer.cpp | 38 … 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 D | unregistercooperatemonitor_fuzzer.cpp | 38 …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 D | activatecoordination_fuzzer.cpp | 44 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 D | adddraglistener_fuzzer.cpp | 44 … 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 D | addhotarealistener_fuzzer.cpp | 44 … 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 D | addprivilegestub_fuzzer.cpp | 44 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 D | addsubscriptlistener_fuzzer.cpp | 43 …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 D | deactivatecoordination_fuzzer.cpp | 45 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 D | getcoordinationstate_fuzzer.cpp | 45 … 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 D | getdragaction_fuzzer.cpp | 43 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 D | getdragdata_fuzzer.cpp | 43 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 D | getdragstate_fuzzer.cpp | 43 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 D | getdragsummary_fuzzer.cpp | 43 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 D | getdragtargetpid_fuzzer.cpp | 43 … static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_TARGET_PID), datas, reply, option); in GetDragTargetPidFuzzTest()
|