OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHILL_EXPORT
(Results
1 - 21
of
21
) sorted by null
/system/connectivity/shill/net/
shill_export.h
20
// Use
SHILL_EXPORT
attribute to decorate your classes, methods and variables
22
// explicitly marked with
SHILL_EXPORT
attribute is not exported.
24
// Put
SHILL_EXPORT
in front of methods or variables and in between the
28
SHILL_EXPORT
void foo();
30
class
SHILL_EXPORT
Bar {
46
// used with "extern template" and combining this with
SHILL_EXPORT
.
47
#define
SHILL_EXPORT
__attribute__((__visibility__("default")))
54
class
SHILL_EXPORT
Foo {
nl80211_message.h
28
#include "shill/net/
shill_export
.h"
36
class
SHILL_EXPORT
Nl80211Message : public GenericNetlinkMessage {
75
class
SHILL_EXPORT
Nl80211Frame {
113
class
SHILL_EXPORT
AssociateMessage : public Nl80211Message {
125
class
SHILL_EXPORT
AuthenticateMessage : public Nl80211Message {
137
class
SHILL_EXPORT
CancelRemainOnChannelMessage : public Nl80211Message {
150
class
SHILL_EXPORT
ConnectMessage : public Nl80211Message {
162
class
SHILL_EXPORT
DeauthenticateMessage : public Nl80211Message {
174
class
SHILL_EXPORT
DeleteStationMessage : public Nl80211Message {
186
class
SHILL_EXPORT
DisassociateMessage : public Nl80211Message
[
all
...]
generic_netlink_message.h
23
#include "shill/net/
shill_export
.h"
68
class
SHILL_EXPORT
GenericNetlinkMessage : public NetlinkMessage {
105
class
SHILL_EXPORT
ControlNetlinkMessage : public GenericNetlinkMessage {
122
class
SHILL_EXPORT
NewFamilyMessage : public ControlNetlinkMessage {
133
class
SHILL_EXPORT
GetFamilyMessage : public ControlNetlinkMessage {
144
class
SHILL_EXPORT
UnknownControlMessage : public ControlNetlinkMessage {
io_handler.h
24
#include "shill/net/
shill_export
.h"
28
struct
SHILL_EXPORT
InputData {
36
class
SHILL_EXPORT
IOHandler {
io_handler_factory.h
21
#include "shill/net/
shill_export
.h"
25
class
SHILL_EXPORT
IOHandlerFactory {
io_handler_factory_container.h
31
class
SHILL_EXPORT
IOHandlerFactoryContainer {
shill_time.h
27
#include "shill/net/
shill_export
.h"
37
struct
SHILL_EXPORT
Timestamp {
52
class
SHILL_EXPORT
Time {
rtnl_listener.h
22
#include "shill/net/
shill_export
.h"
29
class
SHILL_EXPORT
RTNLListener {
netlink_message.h
30
#include "shill/net/
shill_export
.h"
79
class
SHILL_EXPORT
NetlinkMessage {
153
class
SHILL_EXPORT
ErrorAckMessage : public NetlinkMessage {
174
class
SHILL_EXPORT
NoopMessage : public NetlinkMessage {
189
class
SHILL_EXPORT
DoneMessage : public NetlinkMessage {
204
class
SHILL_EXPORT
OverrunMessage : public NetlinkMessage {
219
class
SHILL_EXPORT
UnknownMessage : public NetlinkMessage {
237
class
SHILL_EXPORT
NetlinkMessageFactory {
netlink_socket.h
47
#include "shill/net/
shill_export
.h"
58
class
SHILL_EXPORT
NetlinkSocket {
netlink_packet.h
28
#include "shill/net/
shill_export
.h"
34
class
SHILL_EXPORT
NetlinkPacket {
102
class
SHILL_EXPORT
MutableNetlinkPacket : public NetlinkPacket {
sockets.h
30
#include "shill/net/
shill_export
.h"
35
class
SHILL_EXPORT
Sockets {
133
class
SHILL_EXPORT
ScopedSocketCloser {
event_history.h
27
#include "shill/net/
shill_export
.h"
36
class
SHILL_EXPORT
EventHistory {
byte_string.h
25
#include "shill/net/
shill_export
.h"
30
class
SHILL_EXPORT
ByteString {
netlink_attribute.h
44
class
SHILL_EXPORT
NetlinkAttribute {
182
// Set
SHILL_EXPORT
to allow unit tests to instantiate these.
183
class
SHILL_EXPORT
NetlinkU32Attribute : public NetlinkAttribute {
237
// Set
SHILL_EXPORT
to allow unit tests to instantiate these.
238
class
SHILL_EXPORT
NetlinkStringAttribute : public NetlinkAttribute {
ip_address.h
25
#include "shill/net/
shill_export
.h"
29
class
SHILL_EXPORT
IPAddress {
rtnl_handler.h
33
#include "shill/net/
shill_export
.h"
48
class
SHILL_EXPORT
RTNLHandler {
attribute_list.h
29
#include "shill/net/
shill_export
.h"
42
class
SHILL_EXPORT
AttributeList : public base::RefCounted<AttributeList> {
netlink_manager.h
87
#include "shill/net/
shill_export
.h"
108
class
SHILL_EXPORT
NetlinkManager {
rtnl_message.h
28
#include "shill/net/
shill_export
.h"
36
class
SHILL_EXPORT
RTNLMessage {
nl80211_attribute.h
272
// Set
SHILL_EXPORT
to allow unit tests to instantiate these.
273
class
SHILL_EXPORT
Nl80211AttributeRegInitiator : public NetlinkU32Attribute {
Completed in 1298 milliseconds