Home
last modified time | relevance | path

Searched refs:dSchedEventType_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp47 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE;
73 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE;
98 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE;
131 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.cpp41 "dstNetworkId: %{public}s, destBundleName: %{public}s", event.dSchedEventType_, in ReceiveDmsEvent()
56 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in IsContinue()
85 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in GetDstBundleName()
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp86 cout << "dSchedEventType: " << notify.dSchedEventType_ << endl; in GetDSchedEventInfo()
106 cout << "dSchedEventType: " << notify.dSchedEventType_ << endl; in DSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_sched_types.h56 DSchedEventType dSchedEventType_ = DMS_UNKNOW; variable
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp84 eventNotify.dSchedEventType_ = static_cast<DSchedEventType>(data.ReadInt32()); in DSchedEventNotifyInner()
H A Ddms_client.cpp136 event.dSchedEventType_ = static_cast<DSchedEventType>(reply.ReadInt32()); in GetDecodeDSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp119 PARCEL_WRITE_HELPER_RET(data, Int32, event.dSchedEventType_, SEND_REQUEST_DEF_FAIL); in NotifyDSchedEventForOneCB()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp285 PARCEL_WRITE_HELPER_RET(data, Int32, continueEvent_.dSchedEventType_, SEND_REQUEST_DEF_FAIL); in NotifyDSchedEventForOneCB()
H A Ddistributed_sched_service.cpp1168 switch (event.dSchedEventType_) { in NotifyDSchedEventCallbackResult()
1176 …OGE("Event does not carry specific operation type, eventType %{public}d.", event.dSchedEventType_); in NotifyDSchedEventCallbackResult()
1234 event.dSchedEventType_ = DMS_COLLABORATION; in GetCurSrcCollaborateEvent()
1256 event.dSchedEventType_ = DMS_COLLABORATION; in GetCurDestCollaborateEvent()
H A Ddistributed_sched_stub.cpp1015 PARCEL_WRITE_HELPER(reply, Int32, event.dSchedEventType_); in GetEncodeDSchedEventNotify()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp195 eventData_.dSchedEventType_ = DMS_CONTINUE; in SetEventData()