Home
last modified time | relevance | path

Searched refs:DSoftbusStopCooperate (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_out.cpp209 DSoftbusStopCooperate stopNotice {}; in OnRemoteStart()
222 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
338 DSoftbusStopCooperate notice {}; in StopCooperate()
H A Dcooperate_in.cpp225 DSoftbusStopCooperate stopNotice {}; in OnRemoteStart()
237 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
437 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
601 DSoftbusStopCooperate notice {}; in StopCooperate()
H A Ddsoftbus_handler.cpp134 int32_t DSoftbusHandler::StopCooperate(const std::string &networkId, const DSoftbusStopCooperate &e… in StopCooperate()
286 DSoftbusStopCooperate event { in OnStopCooperate()
H A Devent_manager.cpp158 void EventManager::RemoteStop(const DSoftbusStopCooperate &event) in RemoteStop()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_out.cpp210 DSoftbusStopCooperate stopNotice {}; in OnRemoteStart()
223 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
340 DSoftbusStopCooperate notice {}; in StopCooperate()
H A Dcooperate_in.cpp227 DSoftbusStopCooperate stopNotice {}; in OnRemoteStart()
239 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
439 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop()
604 DSoftbusStopCooperate notice {}; in StopCooperate()
H A Ddsoftbus_handler.cpp134 int32_t DSoftbusHandler::StopCooperate(const std::string &networkId, const DSoftbusStopCooperate &e… in StopCooperate()
286 DSoftbusStopCooperate event { in OnStopCooperate()
H A Devent_manager.cpp160 void EventManager::RemoteStop(const DSoftbusStopCooperate &event) in RemoteStop()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Devent_manager.h84 void RemoteStop(const DSoftbusStopCooperate &event);
H A Ddsoftbus_handler.h75 int32_t StopCooperate(const std::string &networkId, const DSoftbusStopCooperate &event);
H A Dcooperate_events.h181 using DSoftbusStopCooperate = DDMBoardOnlineEvent; variable
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Devent_manager.h84 void RemoteStop(const DSoftbusStopCooperate &event);
H A Ddsoftbus_handler.h75 int32_t StopCooperate(const std::string &networkId, const DSoftbusStopCooperate &event);
H A Dcooperate_events.h182 using DSoftbusStopCooperate = DDMBoardOnlineEvent; variable