Home
last modified time | relevance | path

Searched refs:next_step (Results 1 – 10 of 10) 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/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/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()