MCPcopy Create free account
hub / github.com/COVESA/vsomeip / stop

Method stop

test/unit_tests/endpoint_tests/test_timer.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 // in a dedicated create function there is no need for synchronization primitives when using the timer itself.
65 void start() { timer_->start(); }
66 void stop() { timer_->stop(); }
67
68 std::atomic<uint32_t> counter_{0};
69

Callers 4

TearDownMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected