Home
last modified time | relevance | path

Searched defs:SuccessCallback (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_transport.h35 using SuccessCallback = variable
H A Dhttp_transport_fake.cc93 const SuccessCallback& /* success_callback */, in StartAsyncTransfer()
/aosp_15_r20/external/libchrome/device/bluetooth/
H A Dbluetooth_advertisement.h131 using SuccessCallback = base::Closure; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h134 using SuccessCallback = base::Closure; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h134 using SuccessCallback = base::Closure; variable
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker_test.cc30 void SuccessCallback(const std::string& expected_result, in SuccessCallback() function