Home
last modified time | relevance | path

Searched refs:destModuleName_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp83 cout << "destModuleName: " << notify.destModuleName_ << endl; in GetDSchedEventInfo()
103 cout << "destModuleName: " << notify.destModuleName_ << endl; in DSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_sched_types.h53 std::string destModuleName_ = ""; variable
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp81 eventNotify.destModuleName_ = data.ReadString(); in DSchedEventNotifyInner()
H A Ddms_client.cpp134 event.destModuleName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp117 PARCEL_WRITE_HELPER_RET(data, String, event.destModuleName_, SEND_REQUEST_DEF_FAIL); in NotifyDSchedEventForOneCB()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp282 PARCEL_WRITE_HELPER_RET(data, String, continueEvent_.destModuleName_, SEND_REQUEST_DEF_FAIL); in NotifyDSchedEventForOneCB()
H A Ddistributed_sched_service.cpp1232 event.destModuleName_ = element.GetModuleName(); in GetCurSrcCollaborateEvent()
1254 event.destModuleName_ = element.GetModuleName(); in GetCurDestCollaborateEvent()
H A Ddistributed_sched_stub.cpp1013 PARCEL_WRITE_HELPER(reply, String, event.destModuleName_); in GetEncodeDSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp192 eventData_.destModuleName_ = dstContinueInfo.moduleName; in SetEventData()