Searched refs:TableType (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | RouteController.h | 36 enum TableType { enum 93 const char* nexthop, TableType tableType, int mtu); 95 const char* nexthop, TableType tableType); 97 const char* nexthop, TableType tableType, int mtu); 131 const char* destination, const char* nexthop, TableType tableType,
|
D | RouteController.cpp | 887 const char* destination, const char* nexthop, TableType tableType, in modifyRoute() 1138 TableType tableType, int mtu) { in addRoute() 1144 const char* nexthop, TableType tableType) { in removeRoute() 1150 const char* nexthop, TableType tableType, int mtu) { in updateRoute()
|
D | NetworkController.cpp | 819 RouteController::TableType tableType; in modifyRoute()
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 214 type = ChreMessageTraits<typename T::TableType>::enum_value; 320 typedef NanoappMessage TableType; 442 typedef HubInfoRequest TableType; 482 typedef HubInfoResponse TableType; 744 typedef NanoappListRequest TableType; 784 typedef NanoappListEntry TableType; 890 typedef NanoappListResponse TableType; 957 typedef LoadNanoappRequest TableType; 1186 typedef LoadNanoappResponse TableType; 1277 typedef UnloadNanoappRequest TableType; [all …]
|
/system/chre/platform/android/ |
D | host_link.cc | 56 fbs::ChreMessageTraits<typename T::TableType>::enum_value in sendFlatbufferToHost()
|