Searched refs:GetOnDemandEvents (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 580 int32_t ret = collect->GetOnDemandEvents(systemAbilityId, type, events); 597 int32_t ret = collect->GetOnDemandEvents(systemAbilityId, type, events); 617 int32_t ret = collect->GetOnDemandEvents(systemAbilityId, type, events); 637 int32_t ret = collect->GetOnDemandEvents(systemAbilityId, type, events); 655 int32_t ret = collect->GetOnDemandEvents(systemAbilityId, invalidType, events);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_status_collect_manager.h | 41 int32_t GetOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type,
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_status_collect_manager.cpp | 402 int32_t DeviceStatusCollectManager::GetOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType t… in GetOnDemandEvents() function in OHOS::DeviceStatusCollectManager
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 455 result = collectManager_->GetOnDemandEvents(systemAbilityId, type, onDemandEvents); in GetOnDemandPolicy()
|