Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dconfui_sign_server.cpp57 auto request_opt = sign_sender.Receive(); in MainLoop() local
58 if (!request_opt) { in MainLoop()
63 auto request = request_opt.value(); in MainLoop()