Home
last modified time | relevance | path

Searched refs:DSoftbusHandler (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp26 #define LOG_TAG "DSoftbusHandler"
35 DSoftbusHandler::DSoftbusHandler(IContext *env) in DSoftbusHandler() function in OHOS::Msdp::DeviceStatus::Cooperate::DSoftbusHandler
81 DSoftbusHandler::~DSoftbusHandler() in ~DSoftbusHandler()
87 void DSoftbusHandler::AttachSender(Channel<CooperateEvent>::Sender sender) in AttachSender()
94 int32_t DSoftbusHandler::OpenSession(const std::string &networkId) in OpenSession()
105 void DSoftbusHandler::CloseSession(const std::string &networkId) in CloseSession()
111 void DSoftbusHandler::CloseAllSessions() in CloseAllSessions()
117 int32_t DSoftbusHandler
[all...]
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h29 class DSoftbusHandler final {
32 DSoftbusObserver(DSoftbusHandler &parent) : parent_(parent) {} in DSoftbusObserver()
61 DSoftbusHandler &parent_;
65 DSoftbusHandler(IContext *env);
66 ~DSoftbusHandler();
67 DISALLOW_COPY_AND_MOVE(DSoftbusHandler);
H A Dcooperate_context.h94 DSoftbusHandler dsoftbus_;
156 return DSoftbusHandler::GetLocalNetworkId(); in Local()
181 return (networkId == DSoftbusHandler::GetLocalNetworkId()); in IsLocal()

Completed in 2 milliseconds