Home
last modified time | relevance | path

Searched refs:LogFidlErrorAndExitProcess (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/fuchsia/
H A Dfuchsia_logging.cc62 fit::function<void(zx_status_t)> LogFidlErrorAndExitProcess( in LogFidlErrorAndExitProcess() function
H A Dfidl_event_handler.h57 base::LogFidlErrorAndExitProcess(FROM_HERE, protocol_name_)(error.status()); in on_fidl_error()
H A Dfuchsia_logging.h105 BASE_EXPORT fit::function<void(zx_status_t)> LogFidlErrorAndExitProcess(
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_change_notifier_fuchsia.cc49 watcher_.set_error_handler(base::LogFidlErrorAndExitProcess( in NetworkChangeNotifierFuchsia()