Home
last modified time | relevance | path

Searched refs:UpdateOnDemandEvents (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h43 int32_t UpdateOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp672 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 Ddevice_status_collect_manager.cpp541 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 Dsystem_ability_manager.cpp497 result = collectManager_->UpdateOnDemandEvents(systemAbilityId, type, onDemandEvents); in UpdateOnDemandPolicy()