Lines Matching refs:notice
122 StartCooperateEvent notice = std::get<StartCooperateEvent>(event.event);
123 FI_HILOGI("[start cooperation] With \'%{public}s\'", Utility::Anonymize(notice.remoteNetworkId).c_str());
124 context.StartCooperate(notice);
125 context.eventMgr_.StartCooperate(notice);
164 DSoftbusStopCooperateFinished notice {
167 context.eventMgr_.StopCooperateFinish(notice);
180 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event);
181 context.OnRemoteStartCooperate(notice.extra);
182 parent_.OnSetCooperatePriv(notice.extra.priv);
183 context.eventMgr_.RemoteStart(notice);
184 context.RemoteStartSuccess(notice);
186 context.eventMgr_.RemoteStartFinish(notice);
196 InputPointerEvent notice = std::get<InputPointerEvent>(event.event);
197 if (InputEventBuilder::IsLocalEvent(notice) && context.NeedHideCursor()) {