Home
last modified time | relevance | path

Searched refs:SetCrashKeyImplementation (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/base/debug/
H A Dcrash_logging_unittest.cc59 SetCrashKeyImplementation( in CrashLoggingTest()
63 ~CrashLoggingTest() override { SetCrashKeyImplementation(nullptr); } in ~CrashLoggingTest()
H A Dcrash_logging.cc80 void SetCrashKeyImplementation(std::unique_ptr<CrashKeyImplementation> impl) { in SetCrashKeyImplementation() function
H A Dcrash_logging.h201 BASE_EXPORT void SetCrashKeyImplementation(
/aosp_15_r20/external/libchrome/base/debug/
H A Dcrash_logging.cc48 void SetCrashKeyImplementation(std::unique_ptr<CrashKeyImplementation> impl) { in SetCrashKeyImplementation() function
H A Dcrash_logging.h90 BASE_EXPORT void SetCrashKeyImplementation(
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/debug/
Dcrash_logging.h93 BASE_EXPORT void SetCrashKeyImplementation(
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/debug/
Dcrash_logging.h93 BASE_EXPORT void SetCrashKeyImplementation(
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc494 base::debug::SetCrashKeyImplementation(std::move(crash_key_implementation)); in TEST_F()
502 base::debug::SetCrashKeyImplementation({}); in TEST_F()