Home
last modified time | relevance | path

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

/ohos5.0/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()
83 eventNotify.developerId_ = data.ReadString(); in DSchedEventNotifyInner()
[all …]
/ohos5.0/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()
161 std::string networkId(eventNotify->senderNetworkId); in EventListenerReceived()
162 … SoftbusAdapter::GetInstance().OnBroadCastRecv(networkId, eventNotify->data, eventNotify->dataLen); in EventListenerReceived()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp812 DCameraSourceEvent eventNotify(DCAMERA_EVENT_NOFIFY, camEvent); in OnChannelDisconnectedEvent() local
813 eventParam = std::make_shared<DCameraSourceEvent>(eventNotify); in OnChannelDisconnectedEvent()