Searched refs:application_test_service (Results 1 – 3 of 3) sorted by relevance
24 class application_test_service { class26 application_test_service(struct application_test::service_info _service_info) : in application_test_service() function in application_test_service34 offer_thread_(std::bind(&application_test_service::run, this)) { in application_test_service()40 std::bind(&application_test_service::on_state, this, in application_test_service()45 std::bind(&application_test_service::on_request, this, in application_test_service()50 std::bind(&application_test_service::on_shutdown_method_called, this, in application_test_service()61 ~application_test_service() { in ~application_test_service()
17 application_test_service its_receiver(application_test::service); in TEST()