Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp73 EventNotify eventNotify; in DSchedEventNotifyInner() local
74 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()
82 eventNotify in DSchedEventNotifyInner()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter.cpp154 static void EventListenerReceived(const EventNotify *eventNotify) in EventListenerReceived() argument
157 if (eventNotify == nullptr) { in EventListenerReceived()
158 HILOGE("eventNotify is null"); in EventListenerReceived()
161 std::string networkId(eventNotify->senderNetworkId); in EventListenerReceived()
162 SoftbusAdapter::GetInstance().OnBroadCastRecv(networkId, eventNotify->data, eventNotify->dataLen); in EventListenerReceived()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp815 DCameraSourceEvent eventNotify(DCAMERA_EVENT_NOFIFY, camEvent); in OnChannelDisconnectedEvent()
816 eventParam = std::make_shared<DCameraSourceEvent>(eventNotify); in OnChannelDisconnectedEvent()

Completed in 3 milliseconds