Home
last modified time | relevance | path

Searched defs:SendRequest (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_sharedfd.cpp37 bool SharedFdKeymasterChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdKeymasterChannel
Dgatekeeper_channel_sharedfd.cpp33 bool SharedFdGatekeeperChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdGatekeeperChannel
Dgatekeeper_channel_windows.cpp107 bool GatekeeperWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::GatekeeperWindowsChannel
Dkeymaster_channel_windows.cpp108 bool KeymasterWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::KeymasterWindowsChannel
Dchannel_sharedfd.cpp46 Result<void> SharedFdChannel::SendRequest(uint32_t command, void* message, size_t message_size) { in SendRequest() function in cuttlefish::secure_env::SharedFdChannel
/device/google/cuttlefish/host/commands/cvd/
Dclient.cpp226 Result<cvd::Response> CvdClient::SendRequest(const cvd::Request& request, in SendRequest() function in cuttlefish::CvdClient