Home
last modified time | relevance | path

Searched refs:InjectCommand (Results 1 – 6 of 6) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcmd_inject.cpp48 class InjectCommand : public Command { class
50 InjectCommand() in InjectCommand() function in __anonba09125c0111::InjectCommand
212 return RegisterCommand("inject", [] { return std::unique_ptr<Command>(new InjectCommand); }); in RegisterInjectCommand()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dgpswrapper.h76 virtual int InjectCommand() { in InjectCommand() function
H A Dkis_clinetframe.cc263 InjectCommand("ENABLE " + in_proto + " " + combo_fieldlist, in RegisterProtoHandler()
312 InjectCommand("REMOVE " + in_proto); in RemoveProtoHandler()
332 int KisNetClient::InjectCommand(string in_cmdtext, CliCmd_Callback in_cb, in InjectCommand() function in KisNetClient
550 if (InjectCommand("CAPABILITY " + protovec[pro]) < 0) { in ParseData()
H A Dkis_clinetframe.h88 virtual int InjectCommand(string in_cmdtext, CliCmd_Callback in_cb = NULL,
H A Dkis_panel_windows.cc1051 knc->InjectCommand("SHUTDOWN"); in kmp_prompt_killserver()
2190 target_cli->InjectCommand(srccmd); in ButtonAction()
2836 kpinterface->FetchNetClient()->InjectCommand("HOPSOURCE " + in ButtonAction()
2855 kpinterface->FetchNetClient()->InjectCommand("CHANSOURCE " + in ButtonAction()
2858 kpinterface->FetchNetClient()->InjectCommand("HOPSOURCE " + in ButtonAction()
3540 kpinterface->FetchNetClient()->InjectCommand("DELNETTAG " + in Action()
3558 kpinterface->FetchNetClient()->InjectCommand("ADDNETTAG " + in Action()
3688 kpinterface->FetchNetClient()->InjectCommand("DELCLITAG " + in Action()
3711 kpinterface->FetchNetClient()->InjectCommand("ADDCLITAG " + in Action()
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dtutor.vim25 nnoremap <buffer> >> :call tutor#InjectCommand()<cr>
40 function! tutor#InjectCommand()