Searched defs:scope (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/shill/
H A Drouting_table_entry.h38 scope(0),
53 scope(scope_in),
69 scope(scope_in),
86 scope(scope_in),
96 scope(b.scope),
106 scope = b.scope;
121 scope == b.scope
131 unsigned char scope; member in struct:shill::RoutingTableEntry
[all...]
H A Dscope_logger.cc34 // Scope names corresponding to the scope defined by ScopeLogger::Scope.
94 bool ScopeLogger::IsLogEnabled(Scope scope, int verbose_level) const { argument
95 return IsScopeEnabled(scope) && verbose_level <= verbose_level_;
98 bool ScopeLogger::IsScopeEnabled(Scope scope) const {
99 CHECK_GE(scope, 0);
100 CHECK_LT(scope, kNumScopes);
102 return scope_enabled_[scope];
125 // As described in the header file, if the first scope name in the
152 << "Unknown scope '" << tokenizer.token() << "'";
157 Scope scope, ScopeEnableChangedCallbac
156 RegisterScopeEnableChangedCallback( Scope scope, ScopeEnableChangedCallback callback) argument
170 SetScopeEnabled(Scope scope, bool enabled) argument
[all...]
H A Ddevice_info.h58 : address(IPAddress::kFamilyUnknown), flags(0), scope(0) {}
62 : address(address_in), flags(flags_in), scope(scope_in) {}
65 unsigned char scope; member in struct:shill::DeviceInfo::AddressData
H A Ddevice_info_unittest.cc185 unsigned char scope);
246 unsigned char scope) {
257 RTNLMessage::AddressStatus(address.prefix(), flags, scope));
243 BuildAddressMessage(RTNLMessage::Mode mode, const IPAddress& address, unsigned char flags, unsigned char scope) argument
/system/netd/server/
H A DNetlinkHandler.cpp80 const char *scope = evt->findParam("SCOPE"); local
100 if (iface && iface[0] && address && flags && scope) {
101 notifyAddressChanged(action, address, iface, flags, scope);
198 const char *scope) {
202 addr, iface, flags, scope);
196 notifyAddressChanged(NetlinkEvent::Action action, const char *addr, const char *iface, const char *flags, const char *scope) argument
/system/connectivity/shill/net/
H A Drtnl_message.h76 scope(0) {}
82 scope(scope_in) {}
85 unsigned char scope; member in struct:shill::RTNLMessage::AddressStatus
94 scope(0),
108 scope(scope_in),
115 unsigned char scope; member in struct:shill::RTNLMessage::RouteStatus
H A Drtnl_message_unittest.cc257 // 8: if8 inet 192.168.10.100/24 brd 192.168.10.255 scope global eth0
275 // Deleted 15: if15 inet6 fe80::6a7f:74ff:feba:efc7/64 scope link
433 unsigned char scope) {
443 EXPECT_EQ(scope, status.scope);
462 unsigned char scope,
475 EXPECT_EQ(scope, status.scope);
429 TestParseAddress(const ByteString& packet, RTNLMessage::Mode mode, int interface_index, const IPAddress& address, unsigned char scope) argument
453 TestParseRoute(const ByteString& packet, RTNLMessage::Mode , IPAddress::Family family, int interface_index, const IPAddress& dst, const IPAddress& src, const IPAddress& gateway, unsigned char table, int protocol, unsigned char scope, unsigned char type, int metric) argument
/system/bt/stack/include/
H A Davrc_defs.h238 #define AVRC_STS_BAD_SCOPE 0x0a /* Invalid Scope - The scope parameter is invalid GetFolderItems, PlayItem, AddToNowPlayer, GetItemAttributes, */
1093 UINT8 scope; member in struct:__anon980
1117 UINT8 scope; member in struct:__anon982
1139 UINT8 scope; member in struct:__anon984
1150 UINT8 scope; member in struct:__anon985

Completed in 188 milliseconds