Home
last modified time | relevance | path

Searched refs:HandleResourcesStateChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1220 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo);
1222 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo);
1225 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo);
1228 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo);
1231 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h182 void HandleResourcesStateChanged(const int64_t value, const std::string &sceneInfo);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1032 void StandbyServiceImpl::HandleResourcesStateChanged(const int64_t value, const std::string &sceneI… in HandleResourcesStateChanged() function in OHOS::DevStandbyMgr::StandbyServiceImpl
1104 HandleResourcesStateChanged(value, sceneInfo); in HandleCommonEvent()