Home
last modified time | relevance | path

Searched defs:MessageHandler (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dreconstruct_secrets_kernel.cc31 auto last_cnt_handler = [&](std::shared_ptr<ps::core::MessageHandler>) { in InitKernel()
39 auto first_cnt_handler = [&](std::shared_ptr<ps::core::MessageHandler>) { return; }; in InitKernel()
118 void ReconstructSecretsKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent()
Dround_kernel.cc64 void RoundKernel::OnFirstCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { return; } in OnFirstCountEvent()
66 void RoundKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { return; } in OnLastCountEvent()
Dpush_metrics_kernel.cc69 void PushMetricsKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent()
Dpush_weight_kernel.cc74 void PushWeightKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent()
Dupdate_model_kernel.cc115 void UpdateModelKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent()
Dstart_fl_job_kernel.cc133 void StartFLJobKernel::OnFirstCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnFirstCountEvent()
/third_party/mindspore/mindspore/core/mindrt/include/async/
Dasync.h32 using MessageHandler = std::function<void(ActorBase *)>; variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dbasic_message_channel.h27 using MessageHandler = variable
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DBasicMessageChannel.java108 public interface MessageHandler<T> { interface in BasicMessageChannel
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc106 Win32Window::MessageHandler(HWND hwnd, in MessageHandler() function in flutter::Win32Window