Home
last modified time | relevance | path

Searched defs:GetProcessor (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
Dnegotiate_command.cpp31 std::shared_ptr<WifiDirectProcessor> NegotiateCommand::GetProcessor() in GetProcessor() function in OHOS::SoftBus::NegotiateCommand
Dforce_disconnect_command.cpp60 std::shared_ptr<WifiDirectProcessor> ForceDisconnectCommand::GetProcessor() in GetProcessor() function in OHOS::SoftBus::ForceDisconnectCommand
Ddisconnect_command.cpp66 std::shared_ptr<WifiDirectProcessor> DisconnectCommand::GetProcessor() in GetProcessor() function in OHOS::SoftBus::DisconnectCommand
Dconnect_command.cpp46 std::shared_ptr<WifiDirectProcessor> ConnectCommand::GetProcessor() in GetProcessor() function in OHOS::SoftBus::ConnectCommand
/foundation/multimodalinput/input/service/joystick/src/
Djoystick_event_normalize.cpp58 std::shared_ptr<JoystickEventProcessor> JoystickEventNormalize::GetProcessor(struct libinput_device… in GetProcessor() function in OHOS::MMI::JoystickEventNormalize
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
Dmouse_event_normalize.cpp31 std::shared_ptr<MouseTransformProcessor> MouseEventNormalize::GetProcessor(int32_t deviceId) const in GetProcessor() function in OHOS::MMI::MouseEventNormalize
/foundation/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_service.cpp573 …GetProcessorFunc GetProcessor = reinterpret_cast<GetProcessorFunc>(dlsym(handle, GET_PASTE_DATA_PR… in OnRecognizePasteData() local