| 1113 | } |
| 1114 | |
| 1115 | static bool IsServiceActive(const RegisteredService& service) |
| 1116 | { |
| 1117 | return service.m_State == SERVICE_STATE_ACTIVE; |
| 1118 | } |
| 1119 | |
| 1120 | static uint32_t BuildProbeMessage(const RegisteredService& service, uint8_t* buffer, uint32_t buffer_size) |
| 1121 | { |
no outgoing calls
no test coverage detected