Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp125 std::unique_ptr<Socket> _sock) in Event() argument
126 : type(_type), message(_message), status(_status), sock(std::move(_sock)) {} in Event()
H A Dsocket_mock_fuzz.h62 std::unique_ptr<Socket> _sock);
/aosp14/system/core/fastboot/
H A Dsocket_mock.cpp150 std::unique_ptr<Socket> _sock) in Event() argument
151 : type(_type), message(_message), status(_status), sock(std::move(_sock)) {} in Event()
H A Dsocket_mock.h87 std::unique_ptr<Socket> _sock);