Searched refs:GetContinueEventInfo (Results 1 - 6 of 6) sorted by relevance
/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,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | distributed_bm_storage_test.cpp | 384 bool ret = dmsBmStorage_->GetInstance()->GetContinueEventInfo(networkId, bundleName,
in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 302 void GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 181 DmsBmStorage::GetInstance()->GetContinueEventInfo(continueInfo_.sourceDeviceId_, continueInfo_.sourceBundleName_, in SetEventData() 184 DmsBmStorage::GetInstance()->GetContinueEventInfo(continueInfo_.sinkDeviceId_, continueInfo_.sinkBundleName_, in SetEventData()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 1128 bool DmsBmStorage::GetContinueEventInfo(const std::string &networkId, const std::string &bundleName,
in GetContinueEventInfo() function in OHOS::DistributedSchedule::DmsBmStorage
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 3002 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo() 3008 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo() 3027 void DistributedSchedService::GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events) in GetContinueEventInfo() function in OHOS::DistributedSchedule::DistributedSchedService
|
Completed in 13 milliseconds