Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H A Dwifi_direct_event_wrapper.h22 struct WifiDirectEventWrapper : public WifiDirectEventBase { struct
24 explicit WifiDirectEventWrapper(const Content &content) : content_(content) {}; in WifiDirectEventWrapper() argument
H A Dwifi_direct_event_queue.h32 queue_.push_back(std::make_shared<WifiDirectEventWrapper<Content>>(content)); in Push()
H A Dwifi_direct_event_template_dispatcher.h64 auto wrapper = dynamic_cast<WifiDirectEventWrapper<Content> *>(content.get()); in Dispatch()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor.cpp123 … std::dynamic_pointer_cast<WifiDirectEventWrapper<std::shared_ptr<NegotiateCommand>>>(content); in ProcessUnHandleCommand()