Home
last modified time | relevance | path

Searched refs:TableType (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/
DRouteController.h36 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,
DRouteController.cpp887 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()
DNetworkController.cpp819 RouteController::TableType tableType; in modifyRoute()
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h214 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/
Dhost_link.cc56 fbs::ChreMessageTraits<typename T::TableType>::enum_value in sendFlatbufferToHost()