Home
last modified time | relevance | path

Searched refs:GetDSchedEventInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp67 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 Ddms_sdk_demo.h32 void GetDSchedEventInfo(DSchedEventType type);
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_handler.cpp70 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 Ddms_sa_client.cpp114 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 Ddms_client.cpp141 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 Ddms_handler.h41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
H A Ddms_client.h34 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
H A Ddms_sa_client.h41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_client_test.cpp117 int32_t result = distributedClient_.GetDSchedEventInfo(DMS_UNKNOW, events);
H A Ddms_handler_test.cpp143 int32_t result = dmsHandler_.GetDSchedEventInfo(DMS_UNKNOW, events);
H A Ddms_sa_cilent_test.cpp175 int32_t result1 = dmssaClient_->GetDSchedEventInfo(DMS_UNKNOW, events);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp60 …if (DistributedSchedService::GetInstance().GetDSchedEventInfo(DMS_COLLABORATION, events) != ERR_OK… in PushCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer.cpp125 auto status = DistributedSchedule::DmsHandler::GetInstance().GetDSchedEventInfo( in HasCollaboration()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h113 … virtual int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo() function
H A Ddistributed_sched_service.h168 …int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp157 int32_t res = DistributedSchedule::DmsHandler::GetInstance().GetDSchedEventInfo( in GetDeviceList()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1025 int32_t result = GetDSchedEventInfo(type, eventInfos); in GetDSchedEventInfoInner()
H A Ddistributed_sched_service.cpp2720 int32_t DistributedSchedService::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventN… in GetDSchedEventInfo() function in OHOS::DistributedSchedule::DistributedSchedService