Searched refs:UpdateOnDemandEvents (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_status_collect_manager.h | 43 int32_t UpdateOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type,
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 672 int32_t ret = collect->UpdateOnDemandEvents(systemAbilityId, type, events); 689 int32_t ret = collect->UpdateOnDemandEvents(systemAbilityId, type, events); 709 int32_t ret = collect->UpdateOnDemandEvents(systemAbilityId, type, events);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_status_collect_manager.cpp | 541 int32_t DeviceStatusCollectManager::UpdateOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyTyp… in UpdateOnDemandEvents() function in OHOS::DeviceStatusCollectManager
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 497 result = collectManager_->UpdateOnDemandEvents(systemAbilityId, type, onDemandEvents); in UpdateOnDemandPolicy()
|