Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_client.h29 bool adb_check_server_version(std::string* _Nonnull error);
33 int adb_connect(std::string_view service, std::string* _Nonnull error);
36 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error);
47 bool adb_query(const std::string& service, std::string* _Nonnull result,
48 std::string* _Nonnull error);
57 void adb_set_socket_spec(const char* _Nonnull socket_spec);
62 int adb_send_emulator_command(int argc, const char* _Nonnull* _Nonnull argv,
67 bool adb_status(int fd, std::string* _Nonnull error);
70 std::string format_host_command(const char* _Nonnull command);
73 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
/system/netd/resolv/
DDnsTlsSocket.h50 IDnsTlsSocketObserver* _Nonnull observer, DnsTlsSessionCache* _Nonnull cache) in DnsTlsSocket()
129 IDnsTlsSocketObserver* _Nonnull const mObserver;
130 DnsTlsSessionCache* _Nonnull const mCache;
DIDnsTlsSocketFactory.h35 const DnsTlsServer& server, unsigned mark, IDnsTlsSocketObserver* _Nonnull observer,
36 DnsTlsSessionCache* _Nonnull cache) = 0;
DDnsTlsDispatcher.h53 int* _Nonnull resplen);
60 int* _Nonnull resplen);
74 Transport(const DnsTlsServer& server, unsigned mark, IDnsTlsSocketFactory* _Nonnull factory) in Transport()
DDnsTlsSocketFactory.h36 IDnsTlsSocketObserver* _Nonnull observer, in createDnsTlsSocket()
37 DnsTlsSessionCache* _Nonnull cache) override { in createDnsTlsSocket()
DDnsTlsSessionCache.h36 void prepareSslContext(SSL_CTX* _Nonnull ssl_ctx);
37 bool prepareSsl(SSL* _Nonnull ssl);
DDnsTlsTransport.h45 IDnsTlsSocketFactory* _Nonnull factory) in DnsTlsTransport()
72 IDnsTlsSocketFactory* _Nonnull const mFactory;
DDnsTlsQueryMap.h100 static void expire(QueryPromise* _Nonnull p);
/system/core/debuggerd/tombstoned/
Dintercept_manager.h52 InterceptManager(event_base* _Nonnull base, int intercept_socket);
/system/core/adb/daemon/
Dshell_service.cpp158 bool ForkAndExec(std::string* _Nonnull error);
162 bool ExecInProcess(Command command, std::string* _Nonnull error);
167 std::string* _Nonnull error);
173 bool ConnectProtocolEndpoints(std::string* _Nonnull error);
397 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess()
437 bool Subprocess::ConnectProtocolEndpoints(std::string* _Nonnull error) { in ConnectProtocolEndpoints()
/system/iorap/src/common/
Dexpected.h399 using borrowed = T _Nonnull;
/system/core/adb/
Dsysdeps.h46 #define _Nonnull macro