Searched refs:eventNotify (Results 1 – 3 of 3) sorted by relevance
73 EventNotify eventNotify; in DSchedEventNotifyInner() local74 eventNotify.eventResult_ = data.ReadInt32(); in DSchedEventNotifyInner()75 eventNotify.srcNetworkId_ = data.ReadString(); in DSchedEventNotifyInner()76 eventNotify.dstNetworkId_ = data.ReadString(); in DSchedEventNotifyInner()77 eventNotify.srcBundleName_ = data.ReadString(); in DSchedEventNotifyInner()78 eventNotify.srcModuleName_ = data.ReadString(); in DSchedEventNotifyInner()79 eventNotify.srcAbilityName_ = data.ReadString(); in DSchedEventNotifyInner()80 eventNotify.destBundleName_ = data.ReadString(); in DSchedEventNotifyInner()81 eventNotify.destModuleName_ = data.ReadString(); in DSchedEventNotifyInner()83 eventNotify.developerId_ = data.ReadString(); in DSchedEventNotifyInner()[all …]
154 static void EventListenerReceived(const EventNotify *eventNotify) in EventListenerReceived() argument157 if (eventNotify == nullptr) { in EventListenerReceived()161 std::string networkId(eventNotify->senderNetworkId); in EventListenerReceived()162 … SoftbusAdapter::GetInstance().OnBroadCastRecv(networkId, eventNotify->data, eventNotify->dataLen); in EventListenerReceived()
812 DCameraSourceEvent eventNotify(DCAMERA_EVENT_NOFIFY, camEvent); in OnChannelDisconnectedEvent() local813 eventParam = std::make_shared<DCameraSourceEvent>(eventNotify); in OnChannelDisconnectedEvent()