Home
last modified time | relevance | path

Searched refs:next_step (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/media_router/
Dmedia_sink_impl.cc68 auto next_step = base::BindOnce( in GetDeviceInfo() local
78 std::move(next_step).Run(); in GetDeviceInfo()
80 CEF_POST_TASK(CEF_UIT, std::move(next_step)); in GetDeviceInfo()
/third_party/boost/boost/variant/detail/
Dvisitation_impl.hpp255 next_step; in visitation_impl() typedef
257 typedef typename next_step::type next_type; in visitation_impl()
266 , static_cast<next_which*>(0), static_cast<next_step*>(0) in visitation_impl()
/third_party/cef/tests/ceftests/
Ddevtools_message_unittest.cc189 base::OnceClosure next_step, in ExecuteMethod() argument
193 CHECK(!next_step.is_null()); in ExecuteMethod()
206 pending_result_next_ = std::move(next_step); in ExecuteMethod()
Dcors_unittest.cc516 void StartServer(base::OnceClosure next_step) { in StartServer() argument
519 std::move(next_step))); in StartServer()
524 std::move(next_step).Run(); in StartServer()
530 setup_, std::move(next_step), in StartServer()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c277 goto next_step;
380 next_step:
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc112 auto* next_step = static_cast<CallableTag*>(tag); in Work() local
113 next_step->Run(ok); in Work()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc198 auto* next_step = static_cast<CallableTag*>(tag); in Serve() local
199 next_step->Run(ok); in Serve()
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dcore14_classic.hpp614 struct next_step { struct
636 next_step<T, F, std::index_sequence<I...>, Fields...>{t, f}, in for_each_field_in_depth()
/third_party/boost/boost/pfr/detail/
Dcore14_classic.hpp614 struct next_step { struct
636 next_step<T, F, std::index_sequence<I...>, Fields...>{t, f}, in for_each_field_in_depth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c5330 params->next_step = NO_ACTION; in p2p_process_nfc_connection_handover()
5430 params->next_step = BOTH_GO; in p2p_process_nfc_connection_handover()
5432 params->next_step = JOIN_GROUP; in p2p_process_nfc_connection_handover()
5435 params->next_step = PEER_CLIENT; in p2p_process_nfc_connection_handover()
5437 params->next_step = AUTH_JOIN; in p2p_process_nfc_connection_handover()
5439 params->next_step = INIT_GO_NEG; in p2p_process_nfc_connection_handover()
5441 params->next_step = RESP_GO_NEG; in p2p_process_nfc_connection_handover()
Dp2p.h2337 } next_step; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c5375 params->next_step = NO_ACTION; in p2p_process_nfc_connection_handover()
5475 params->next_step = BOTH_GO; in p2p_process_nfc_connection_handover()
5477 params->next_step = JOIN_GROUP; in p2p_process_nfc_connection_handover()
5480 params->next_step = PEER_CLIENT; in p2p_process_nfc_connection_handover()
5482 params->next_step = AUTH_JOIN; in p2p_process_nfc_connection_handover()
5484 params->next_step = INIT_GO_NEG; in p2p_process_nfc_connection_handover()
5486 params->next_step = RESP_GO_NEG; in p2p_process_nfc_connection_handover()
Dp2p.h2351 } next_step; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c8833 if (params.next_step == NO_ACTION) in wpas_p2p_nfc_connection_handover()
8836 if (params.next_step == BOTH_GO) { in wpas_p2p_nfc_connection_handover()
8842 if (params.next_step == PEER_CLIENT) { in wpas_p2p_nfc_connection_handover()
8914 switch (params.next_step) { in wpas_p2p_nfc_connection_handover()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c9347 if (params.next_step == NO_ACTION) in wpas_p2p_nfc_connection_handover()
9350 if (params.next_step == BOTH_GO) { in wpas_p2p_nfc_connection_handover()
9356 if (params.next_step == PEER_CLIENT) { in wpas_p2p_nfc_connection_handover()
9428 switch (params.next_step) { in wpas_p2p_nfc_connection_handover()