Home
last modified time | relevance | path

Searched refs:Msdp (Results 1 - 25 of 431) sorted by relevance

12345678910>>...18

/base/location/services/location_locator/callback/source/
H A Dlocator_msdp_state_change_cb.cpp23 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 Dlocator_msdp_state_change_cb.h24 class DeviceMovementCallback : public Msdp::MovementCallbackStub {
28 void OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) override;
/base/location/services/location_locator/locator/source/
H A Dlocator_msdp_monitor_manager.cpp63 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 Dinput_event_builder.h30 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 Ddsoftbusadapter_fuzzer.cpp29 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 Dactivatecoordination_fuzzer.cpp28 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 Dactivatecooperate_fuzzer.cpp24 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 Dadddraglistener_fuzzer.cpp29 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 Daddhotarealistener_fuzzer.cpp29 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 Daddprivilegestub_fuzzer.cpp29 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 Dgetcoordinationstate_fuzzer.cpp29 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 Dgetdragaction_fuzzer.cpp28 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 Dgetdragsummary_fuzzer.cpp28 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 Dgetdragstate_fuzzer.cpp28 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 Dhandleallocsocketfd_fuzzer.cpp29 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 Dregistercoordinationlistener_fuzzer.cpp29 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 Dregistercooperatemonitor_fuzzer.cpp24 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 Dremovesubscriptlistener_fuzzer.cpp28 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 Dunpreparecoordination_fuzzer.cpp29 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 Dunregistercooperatemonitor_fuzzer.cpp24 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 Daddsubscriptlistener_fuzzer.cpp28 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 Ddeactivatecooperate_fuzzer.cpp24 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 Ddevicesubscribestub_fuzzer.cpp25 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 Dentertexteditorarea_fuzzer.cpp28 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 Dgetcooperatestate_fuzzer.cpp24 namespace Msdp { namespace
39 static_cast<uint32_t>(Msdp::DeviceInterfaceCode::GET_COOPERATE_STATE), datas, reply, option); in GetCooperateStateFuzzTest()
55 } // namespace Msdp

Completed in 10 milliseconds

12345678910>>...18