/base/location/services/location_locator/callback/source/ |
H A D | locator_msdp_state_change_cb.cpp | 23 void DeviceMovementCallback::OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) in OnMovementChanged() 27 if (movementData.type == Msdp::MovementDataUtils::MovementType::TYPE_STILL) { in OnMovementChanged() 29 if (movementData.value == Msdp::MovementDataUtils::MovementValue::VALUE_ENTER) { in OnMovementChanged()
|
/base/location/services/location_locator/callback/include/ |
H A D | locator_msdp_state_change_cb.h | 24 class DeviceMovementCallback : public Msdp::MovementCallbackStub { 28 void OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) override;
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_msdp_monitor_manager.cpp | 63 if (Msdp::MovementClient::GetInstance().SubscribeCallback( in RegisterMovementCallBack() 64 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_) != ERR_OK) { in RegisterMovementCallBack() 76 Msdp::MovementClient::GetInstance().UnSubscribeCallback( in UnRegisterMovementCallBack() 77 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_); in UnRegisterMovementCallBack()
|
/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_builder.h | 30 namespace Msdp {
namespace 45 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet) override
87 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet);
88 void OnPointerEvent(Msdp::NetPacket &packet);
89 void OnKeyEvent(Msdp::NetPacket &packet);
122 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/ |
H A D | dsoftbusadapter_fuzzer.cpp | 29 namespace Msdp { namespace 209 OHOS::Msdp::DeviceStatus::EnableFuzzTest(data, size); in LLVMFuzzerTestOneInput() 210 OHOS::Msdp::DeviceStatus::AddObserverFuzzTest(data, size); in LLVMFuzzerTestOneInput() 211 OHOS::Msdp::DeviceStatus::CheckDeviceOnlineFuzzTest(data, size); in LLVMFuzzerTestOneInput() 212 OHOS::Msdp::DeviceStatus::OpenSessionFuzzTest(data, size); in LLVMFuzzerTestOneInput() 213 OHOS::Msdp::DeviceStatus::SendPacketFuzzTest(data, size); in LLVMFuzzerTestOneInput() 214 OHOS::Msdp::DeviceStatus::InitSocketFuzzTest(data, size); in LLVMFuzzerTestOneInput() 218 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/activatecoordination_fuzzer/ |
H A D | activatecoordination_fuzzer.cpp | 28 namespace Msdp { namespace 44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::START_COORDINATION), datas, reply, option); in ActivateCoordinationFuzzTest() 59 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/activatecooperate_fuzzer/ |
H A D | activatecooperate_fuzzer.cpp | 24 namespace Msdp { namespace 39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::START_COOPERATE), datas, reply, option); in ActivateCooperateFuzzTest() 55 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/adddraglistener_fuzzer/ |
H A D | adddraglistener_fuzzer.cpp | 29 namespace Msdp { namespace 44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_DRAG_MONITOR), datas, reply, option); in AddDragListenerFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/addhotarealistener_fuzzer/ |
H A D | addhotarealistener_fuzzer.cpp | 29 namespace Msdp { namespace 44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ADD_HOT_AREA_MONITOR), datas, reply, option); in AddHotAreaListenerFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/addprivilegestub_fuzzer/ |
H A D | addprivilegestub_fuzzer.cpp | 29 namespace Msdp { namespace 44 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ADD_PRIVILEGE), datas, reply, option); in AddPrivilegeStubFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/getcoordinationstate_fuzzer/ |
H A D | getcoordinationstate_fuzzer.cpp | 29 namespace Msdp { namespace 45 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_COORDINATION_STATE), datas, reply, option); in GetCoordinationStateFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/getdragaction_fuzzer/ |
H A D | getdragaction_fuzzer.cpp | 28 namespace Msdp { namespace 43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_ACTION), datas, reply, option); in GetDragActionFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/getdragsummary_fuzzer/ |
H A D | getdragsummary_fuzzer.cpp | 28 namespace Msdp { namespace 43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_SUMMARY), datas, reply, option); in GetDragSummaryFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/getdragstate_fuzzer/ |
H A D | getdragstate_fuzzer.cpp | 28 namespace Msdp { namespace 43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_DRAG_STATE), datas, reply, option); in GetDragStateFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/handleallocsocketfd_fuzzer/ |
H A D | handleallocsocketfd_fuzzer.cpp | 29 namespace Msdp { namespace 43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ALLOC_SOCKET_FD), datas, reply, option); in HandleAllocSocketFdFuzzTest() 59 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/registercoordinationlistener_fuzzer/ |
H A D | registercoordinationlistener_fuzzer.cpp | 29 namespace Msdp { namespace 45 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_COORDINATION_MONITOR), datas, reply, option); in RegisterCoordinationListenerFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/registercooperatemonitor_fuzzer/ |
H A D | registercooperatemonitor_fuzzer.cpp | 24 namespace Msdp { namespace 39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_COOPERATE_MONITOR), datas, reply, option); in RegisterCooperateMonitorFuzzTest() 55 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/removesubscriptlistener_fuzzer/ |
H A D | removesubscriptlistener_fuzzer.cpp | 28 namespace Msdp { namespace 42 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::UNREGISTER_SUBSCRIPT_MONITOR), datas, reply, option); in RemoveSubscriptlistenerFuzzTest() 58 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/unpreparecoordination_fuzzer/ |
H A D | unpreparecoordination_fuzzer.cpp | 29 namespace Msdp { namespace 45 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::UNPREPARE_COORDINATION), datas, reply, option); in UnprepareCoordinationFuzzTest() 60 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/unregistercooperatemonitor_fuzzer/ |
H A D | unregistercooperatemonitor_fuzzer.cpp | 24 namespace Msdp { namespace 38 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::UNREGISTER_COOPERATE_MONITOR), datas, reply, option); in UnregisterCooperateMonitorFuzzTest() 54 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/addsubscriptlistener_fuzzer/ |
H A D | addsubscriptlistener_fuzzer.cpp | 28 namespace Msdp { namespace 43 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::REGISTER_SUBSCRIPT_MONITOR), datas, reply, option); in AddSubscriptListenerFuzzTest() 59 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/deactivatecooperate_fuzzer/ |
H A D | deactivatecooperate_fuzzer.cpp | 24 namespace Msdp { namespace 39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::STOP_COOPERATE), datas, reply, option); in DeactivateCooperateFuzzTest() 55 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/devicesubscribestub_fuzzer/ |
H A D | devicesubscribestub_fuzzer.cpp | 25 namespace Msdp { namespace 41 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::DEVICESTATUS_SUBSCRIBE), datas, reply, option); in DeviceStatusSubscribeFuzzTest() 57 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/entertexteditorarea_fuzzer/ |
H A D | entertexteditorarea_fuzzer.cpp | 28 namespace Msdp { namespace 50 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::ENTER_TEXT_EDITOR_AREA), datas, reply, option); in EnterTextEditorAreaFuzzTest() 67 } // namespace Msdp
|
/base/msdp/device_status/test/fuzztest/getcooperatestate_fuzzer/ |
H A D | getcooperatestate_fuzzer.cpp | 24 namespace Msdp { namespace 39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_COOPERATE_STATE), datas, reply, option); in GetCooperateStateFuzzTest() 55 } // namespace Msdp
|