Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 81) sorted by relevance

1234

/system/weaved/buffet/
Dbinder_command_proxy.cc39 const std::weak_ptr<weave::Command>& command) : command_{command} {} in BinderCommandProxy()
42 auto command = command_.lock(); in getId() local
50 auto command = command_.lock(); in getName() local
59 auto command = command_.lock(); in getComponent() local
67 auto command = command_.lock(); in getState() local
76 auto command = command_.lock(); in getOrigin() local
85 auto command = command_.lock(); in getParameters() local
94 auto command = command_.lock(); in getProgress() local
103 auto command = command_.lock(); in getResults() local
112 auto command = command_.lock(); in setProgress() local
[all …]
Dbinder_weave_service.cc60 const android::String16& command) { in registerCommandHandler()
83 const std::weak_ptr<weave::Command>& command) { in OnCommand()
/system/tpm/trunks/
Dresource_manager_test.cc154 std::string command = CreateCommand(TPM_CC_Load, in LoadHandle() local
175 std::string command = CreateCommand(TPM_CC_Startup, in EvictObjects() local
197 std::string command = CreateCommand(TPM_CC_StartAuthSession, in StartSession() local
214 std::string command = CreateCommand(TPM_CC_Startup, in EvictSession() local
254 std::string command = CreateCommand(TPM_CC_Startup, in TEST_F() local
269 std::string command = CreateCommand(TPM_CC_Startup, in TEST_F() local
288 std::string command = CreateCommand(TPM_CC_Load, in TEST_F() local
314 std::string command = CreateCommand(TPM_CC_Sign, in TEST_F() local
340 std::string command = CreateCommand(TPM_CC_FlushContext, in TEST_F() local
386 std::string command = CreateCommand(TPM_CC_Sign, in TEST_F() local
[all …]
Dtpm_handle.cc60 void TpmHandle::SendCommand(const std::string& command, in SendCommand()
65 std::string TpmHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
74 TPM_RC TpmHandle::SendCommandInternal(const std::string& command, in SendCommandInternal()
Dtrunks_binder_service.cc33 bool ParseCommandProto(const std::vector<uint8_t>& command, in ParseCommandProto()
78 const std::vector<uint8_t>& command, in SendCommand()
107 const std::vector<uint8_t>& command, in SendCommandAndWait()
Dtrunks_ftdi_spi.h94 void SendCommand(const std::string& command, in SendCommand()
96 std::string SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dtpm_simulator_handle.cc58 void TpmSimulatorHandle::SendCommand(const std::string& command, in SendCommand()
63 std::string TpmSimulatorHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dbackground_command_transceiver.cc60 const std::string& command, in SendCommand()
81 const std::string& command) { in SendCommandAndWait()
104 const std::string& command, in SendCommandTask()
Dtrunks_dbus_proxy.cc58 void TrunksDBusProxy::SendCommand(const std::string& command, in SendCommand()
84 std::string TrunksDBusProxy::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dtrunks_binder_proxy.cc73 void TrunksBinderProxy::SendCommand(const std::string& command, in SendCommand()
95 std::string TrunksBinderProxy::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dinterface.proto10 optional bytes command = 1; field
/system/connectivity/shill/net/
Dgeneric_netlink_message.h70 GenericNetlinkMessage(uint16_t my_message_type, uint8_t command, in GenericNetlinkMessage()
80 uint8_t command() const { return command_; } in command() function
108 ControlNetlinkMessage(uint8_t command, const char* command_string) in ControlNetlinkMessage()
146 explicit UnknownControlMessage(uint8_t command) in UnknownControlMessage()
/system/tpm/trunks/aidl/android/trunks/
DITrunks.aidl22 oneway void SendCommand(in byte[] command, in ITrunksClient client); in SendCommand()
23 byte[] SendCommandAndWait(in byte[] command); in SendCommandAndWait()
/system/netd/client/
DNetdClient.cpp67 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0}; in netdClientAccept4() local
77 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0}; in netdClientConnect() local
187 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0}; in setNetworkForSocket() local
203 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0}; in protectFromVpn() local
211 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid}; in setNetworkForUser() local
216 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid}; in queryUserAccess() local
/system/extras/simpleperf/
Dcommand_test.cpp31 TEST(command, CreateCommandInstance) { in TEST() argument
39 TEST(command, GetAllCommands) { in TEST() argument
Dmain.cpp55 std::unique_ptr<Command> command = CreateCommandInstance(args[0]); in main() local
Dcmd_help.cpp72 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
/system/update_engine/
Dfake_p2p_manager_configuration.h75 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand()
81 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand()
Dweave_service.cc114 void WeaveService::OnCheckForUpdates(std::unique_ptr<weaved::Command> command) { in OnCheckForUpdates()
123 void WeaveService::OnTrackChannel(std::unique_ptr<weaved::Command> command) { in OnTrackChannel()
/system/bt/vendor_libs/test_vendor_lib/test/
Dhci_transport_unittest.cc63 void CommandCallback(std::unique_ptr<CommandPacket> command) { in CommandCallback()
72 void MultiCommandCallback(std::unique_ptr<CommandPacket> command) { in MultiCommandCallback()
/system/extras/tests/net_test/
Dnetlink.py90 def _Decode(self, command, msg, nla_type, nla_data): argument
94 def _ParseAttributes(self, command, family, msg, data): argument
172 def _SendNlRequest(self, command, data, flags): argument
221 def _Dump(self, command, msg, msgtype, attrs): argument
/system/weaved/brillo/android/weave/
DIWeaveClient.aidl26 in IWeaveCommand command); in onCommand()
DIWeaveService.aidl21 void registerCommandHandler(in String component, in String command); in registerCommandHandler()
/system/core/crash_reporter/
Dcrash_reporter_logs_test.cc38 std::string command; in TEST() local
/system/tools/aidl/tests/
Dintegration-test.py70 def run(self, command, background=False, ignore_status=False): argument
102 def adb(self, command, ignore_status=False): argument

1234