Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp580 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 Ddevice_status_collect_manager.h41 int32_t GetOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp402 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 Dsystem_ability_manager.cpp455 result = collectManager_->GetOnDemandEvents(systemAbilityId, type, onDemandEvents); in GetOnDemandPolicy()