Home
last modified time | relevance | path

Searched refs:GetContinueEventInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bm_storage.h70 bool GetContinueEventInfo(const std::string &networkId, const std::string &bundleName,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_bm_storage_test.cpp384 bool ret = dmsBmStorage_->GetInstance()->GetContinueEventInfo(networkId, bundleName,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp180 …DmsBmStorage::GetInstance()->GetContinueEventInfo(continueInfo_.sourceDeviceId_, continueInfo_.sou… in SetEventData()
183 …DmsBmStorage::GetInstance()->GetContinueEventInfo(continueInfo_.sinkDeviceId_, continueInfo_.sinkB… in SetEventData()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h287 void GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp1095 bool DmsBmStorage::GetContinueEventInfo(const std::string &networkId, const std::string &bundleName, in GetContinueEventInfo() function in OHOS::DistributedSchedule::DmsBmStorage
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2726 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo()
2732 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo()
2751 void DistributedSchedService::GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &ev… in GetContinueEventInfo() function in OHOS::DistributedSchedule::DistributedSchedService