Home
last modified time | relevance | path

Searched refs:SetCallback (Results 1 – 25 of 58) sorted by relevance

123

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc457 bool result = base::StatisticsRecorder::SetCallback( in TEST_P()
462 result = base::StatisticsRecorder::SetCallback( in TEST_P()
476 bool result = base::StatisticsRecorder::SetCallback( in TEST_P()
483 result = base::StatisticsRecorder::SetCallback( in TEST_P()
503 bool result = base::StatisticsRecorder::SetCallback( in TEST_P()
527 base::StatisticsRecorder::SetCallback( in TEST_P()
543 base::StatisticsRecorder::SetCallback( in TEST_P()
563 base::StatisticsRecorder::SetCallback( in TEST_P()
580 base::StatisticsRecorder::SetCallback( in TEST_P()
596 base::StatisticsRecorder::SetCallback( in TEST_P()
Dstatistics_recorder.h154 static bool SetCallback(const std::string& histogram_name,
/external/webrtc/api/test/
Dcreate_time_controller_unittest.cc28 void SetCallback(std::function<void()> callback) override;
54 void FakeAlarm::SetCallback(std::function<void()> callback) { in SetCallback() function in webrtc::__anonb1354d970111::FakeAlarm
Dtime_controller.h86 virtual void SetCallback(std::function<void()> callback) = 0;
/external/llvm-project/lldb/test/API/api/multithreaded/
Dtest_breakpoint_callback.cpp.template3 // SBBreakpoint.SetCallback() is invoked when a breakpoint is hit.
38 breakpoint.SetCallback(BPCallback, 0);
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp64 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint
68 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
76 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
DWatchpointOptions.cpp62 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback()
71 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback() function in WatchpointOptions
DBreakpointLocation.cpp198 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
202 GetLocationOptions()->SetCallback( in SetCallback()
207 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
210 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
DBreakpointOptions.cpp402 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions
422 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions
616 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h115 void SetCallback(BreakpointHitCallback callback,
118 void SetCallback(BreakpointHitCallback callback, void *baton,
DWatchpoint.h116 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
119 void SetCallback(WatchpointHitCallback callback,
DBreakpointOptions.h186 void SetCallback(BreakpointHitCallback callback,
189 void SetCallback(BreakpointHitCallback callback,
DBreakpoint.h378 void SetCallback(BreakpointHitCallback callback, void *baton,
381 void SetCallback(BreakpointHitCallback callback,
DWatchpointOptions.h92 void SetCallback(WatchpointHitCallback callback,
/external/libchrome/dbus/
Dproperty.h277 typedef base::Callback<void(bool success)> SetCallback; typedef
284 virtual void Set(PropertyBase* property, SetCallback callback);
285 virtual void OnSet(PropertyBase* property, SetCallback callback,
403 virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()
/external/webrtc/test/time_controller/
Dexternal_time_controller_unittest.cc40 void SetCallback(std::function<void()> callback) override;
66 void FakeAlarm::SetCallback(std::function<void()> callback) { in SetCallback() function in webrtc::__anon3fbc16fe0111::FakeAlarm
/external/abseil-cpp/absl/flags/internal/
Dflag.h436 void SetCallback(const FlagCallbackFunc mutation_callback)
571 void SetCallback(const FlagCallbackFunc mutation_callback) {
572 impl_.SetCallback(mutation_callback);
641 flag_->SetCallback(cb);
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
Dflag.h436 void SetCallback(const FlagCallbackFunc mutation_callback)
571 void SetCallback(const FlagCallbackFunc mutation_callback) {
572 impl_.SetCallback(mutation_callback);
641 flag_->SetCallback(cb);
/external/abseil-cpp/absl/flags/
Dflag.h153 void SetCallback(const flags_internal::FlagCallbackFunc mutation_callback) {
154 GetImpl()->SetCallback(mutation_callback);
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dflag.h153 void SetCallback(const flags_internal::FlagCallbackFunc mutation_callback) {
154 GetImpl()->SetCallback(mutation_callback);
/external/libbrillo/brillo/dbus/
Ddbus_property.h45 void Set(const T& value, ::dbus::PropertySet::SetCallback callback) { in Set()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h84 void SetCallback(SBBreakpointHitCallback callback, void *baton);
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h89 void SetCallback(MINIDUMP_CALLBACK_INFORMATION* callback_info) { in SetCallback() function
/external/llvm-project/lldb/include/lldb/Utility/
DGDBRemote.h110 void SetCallback(std::function<void()> callback) { in SetCallback() function
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp551 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName
553 LLDB_RECORD_DUMMY(void, SBBreakpointName, SetCallback, in SetCallback()
563 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()

123