Home
last modified time | relevance | path

Searched refs:GetRestrictList (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp149 ErrCode StandbyServiceClient::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restri… in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceClient
161 return standbyServiceProxy_->GetRestrictList(restrictType, restrictInfoList, reasonCode); in GetRestrictList()
H A Dstandby_service_proxy.cpp307 ErrCode StandbyServiceProxy::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restric… in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceProxy
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_proxy.h110 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
H A Dstandby_service_client.h97 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h97 virtual ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service.h57 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
H A Dstandby_service_impl.h110 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp285 ErrCode StandbyService::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfo… in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyService
292 …return StandbyServiceImpl::GetInstance()->GetRestrictList(restrictType, restrictInfoList, reasonCo… in GetRestrictList()
H A Dstandby_service_impl.cpp902 ErrCode StandbyServiceImpl::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrict… in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceImpl
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp263 …EXPECT_EQ(StandbyServiceClient::GetInstance().GetRestrictList(restrictType, restrictInfoList, reas…
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp131 ErrCode result = GetRestrictList(restrictType, restrictInfoList, reasonCode); in HandleGetRestrictList()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1100 …EXPECT_EQ(StandbyService::GetInstance()->GetRestrictList(restrictType, restrictInfoList, reasonCod…
1104 GetRestrictList(restrictType, restrictInfoList, reasonCode), ERR_STANDBY_SYS_NOT_READY);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp1103 …DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::TIMER, in CheckAllowWhileIdle()
1119 …DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::TIMER, in CheckAllowWhileIdle()