/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/tests/ |
H A D | dms_sdk_demo.cpp | 67 void Business::GetDSchedEventInfo(DSchedEventType type) in GetDSchedEventInfo() function in Business 70 int32_t result = dmsSourceHandlerdemo.GetDSchedEventInfo(type, notifys); in GetDSchedEventInfo() 129 case 'C' : g_business.GetDSchedEventInfo(DMS_CONTINUE); in main() 135 case 'F' : g_business.GetDSchedEventInfo(DMS_COLLABORATION); in main() 141 case 'I' : g_business.GetDSchedEventInfo(DMS_ALL); in main()
|
H A D | dms_sdk_demo.h | 32 void GetDSchedEventInfo(DSchedEventType type);
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/ |
H A D | dms_handler.cpp | 70 int32_t DmsHandler::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &event… in GetDSchedEventInfo() function in OHOS::DistributedSchedule::DmsHandler 73 int32_t ret = DmsSaClient::GetInstance().GetDSchedEventInfo(type, events); in GetDSchedEventInfo()
|
H A D | dms_sa_client.cpp | 114 int32_t DmsSaClient::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &even… in GetDSchedEventInfo() function in OHOS::DistributedSchedule::DmsSaClient 131 int32_t ret = distributedClient.GetDSchedEventInfo(type, events); in GetDSchedEventInfo()
|
H A D | dms_client.cpp | 141 int32_t DistributedClient::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify>… in GetDSchedEventInfo() function in OHOS::DistributedSchedule::DistributedClient
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/ |
H A D | dms_handler.h | 41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
|
H A D | dms_client.h | 34 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
|
H A D | dms_sa_client.h | 41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/ |
H A D | dms_client_test.cpp | 117 int32_t result = distributedClient_.GetDSchedEventInfo(DMS_UNKNOW, events);
|
H A D | dms_handler_test.cpp | 143 int32_t result = dmsHandler_.GetDSchedEventInfo(DMS_UNKNOW, events);
|
H A D | dms_sa_cilent_test.cpp | 175 int32_t result1 = dmssaClient_->GetDSchedEventInfo(DMS_UNKNOW, events);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/ |
H A D | dsched_collaborate_callback_mgr.cpp | 60 …if (DistributedSchedService::GetInstance().GetDSchedEventInfo(DMS_COLLABORATION, events) != ERR_OK… in PushCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | auto_sync_timer.cpp | 125 auto status = DistributedSchedule::DmsHandler::GetInstance().GetDSchedEventInfo( in HasCollaboration()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 113 … virtual int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo() function
|
H A D | distributed_sched_service.h | 168 …int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) override;
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | softbus_adapter_standard.cpp | 157 int32_t res = DistributedSchedule::DmsHandler::GetInstance().GetDSchedEventInfo( in GetDeviceList()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 1025 int32_t result = GetDSchedEventInfo(type, eventInfos); in GetDSchedEventInfoInner()
|
H A D | distributed_sched_service.cpp | 2720 int32_t DistributedSchedService::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventN… in GetDSchedEventInfo() function in OHOS::DistributedSchedule::DistributedSchedService
|