Searched refs:BtMainClosure (Results 1 – 5 of 5) sorted by relevance
28 using BtMainClosure = std::function<void()>; typedef33 void do_post_on_bt_main(BtMainClosure closure) { closure(); } in do_post_on_bt_main()52 void post_on_bt_main(BtMainClosure closure) { in post_on_bt_main()
27 using BtMainClosure = std::function<void()>; variable34 void post_on_bt_main(BtMainClosure closure);
62 using BtMainClosure = std::function<void()>; variable63 void post_on_bt_main(BtMainClosure closure);
110 static void do_post_on_bt_main(BtMainClosure closure) { closure(); } in do_post_on_bt_main()112 void post_on_bt_main(BtMainClosure closure) { in post_on_bt_main()
68 void post_on_bt_main(BtMainClosure closure) { in post_on_bt_main()