Searched refs:GetContinueEventInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_bm_storage.h | 70 bool GetContinueEventInfo(const std::string &networkId, const std::string &bundleName,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | distributed_bm_storage_test.cpp | 384 bool ret = dmsBmStorage_->GetInstance()->GetContinueEventInfo(networkId, bundleName,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 180 …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 D | distributed_sched_service.h | 287 void GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 1095 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 D | distributed_sched_service.cpp | 2726 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
|