| 201 | } |
| 202 | |
| 203 | ARK_APP_TYPE AFCBusModule::GetSelfAppType() |
| 204 | { |
| 205 | AFBusAddr bus_id(GetSelfBusID()); |
| 206 | return ARK_APP_TYPE(bus_id.app_type); |
| 207 | } |
| 208 | |
| 209 | const std::string AFCBusModule::GetAppWholeName(const int bus_id) |
| 210 | { |
nothing calls this directly
no test coverage detected