Home
last modified time | relevance | path

Searched refs:pipe_handle (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_windows.cpp36 HANDLE pipe_handle) { in Create() argument
39 if (!keymaster_channel->WaitForConnection(pipe_handle)) { in Create()
46 bool KeymasterWindowsChannel::WaitForConnection(HANDLE pipe_handle) { in WaitForConnection() argument
48 pipe_handle_ = pipe_handle; in WaitForConnection()
Dgatekeeper_channel_windows.cpp44 HANDLE pipe_handle) { in Create() argument
47 if (!gatekeeper_channel->WaitForConnection(pipe_handle)) { in Create()
54 bool GatekeeperWindowsChannel::WaitForConnection(HANDLE pipe_handle) { in WaitForConnection() argument
56 pipe_handle_ = pipe_handle; in WaitForConnection()
Dkeymaster_channel_windows.h39 static std::unique_ptr<KeymasterWindowsChannel> Create(HANDLE pipe_handle);
51 bool WaitForConnection(HANDLE pipe_handle);
Dgatekeeper_channel_windows.h37 static std::unique_ptr<GatekeeperWindowsChannel> Create(HANDLE pipe_handle);
48 bool WaitForConnection(HANDLE pipe_handle);