Home
last modified time | relevance | path

Searched refs:GetRestrictList (Results 1 - 12 of 12) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp150 ErrCode StandbyServiceClient::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList, in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceClient
162 return standbyServiceProxy_->GetRestrictList(restrictType, restrictInfoList, reasonCode); in GetRestrictList()
H A Dstandby_service_proxy.cpp307 ErrCode StandbyServiceProxy::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList, in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceProxy
314 STANDBYSERVICE_LOGW("GetRestrictList write descriptor failed"); in GetRestrictList()
318 STANDBYSERVICE_LOGW("GetRestrictList write parameter failed"); in GetRestrictList()
325 STANDBYSERVICE_LOGW("GetRestrictList fail: transact ErrCode=%{public}d", result); in GetRestrictList()
329 STANDBYSERVICE_LOGW("GetRestrictList fail: read result failed."); in GetRestrictList()
333 STANDBYSERVICE_LOGW("GetRestrictList failed"); in GetRestrictList()
340 STANDBYSERVICE_LOGW("GetRestrictList Read Parcelable infos failed."); in GetRestrictList()
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_client.h97 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
H A Dstandby_service_proxy.h110 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h97 virtual ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service.h58 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
H A Dstandby_service_impl.h111 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp288 ErrCode StandbyService::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList, in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyService
295 return StandbyServiceImpl::GetInstance()->GetRestrictList(restrictType, restrictInfoList, reasonCode); in GetRestrictList()
H A Dstandby_service_impl.cpp887 ErrCode StandbyServiceImpl::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList, in GetRestrictList() function in OHOS::DevStandbyMgr::StandbyServiceImpl
894 STANDBYSERVICE_LOGD("start GetRestrictList"); in GetRestrictList()
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp131 ErrCode result = GetRestrictList(restrictType, restrictInfoList, reasonCode); in HandleGetRestrictList()
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp263 EXPECT_EQ(StandbyServiceClient::GetInstance().GetRestrictList(restrictType, restrictInfoList, reasonCode), ERR_OK); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1090 * @tc.desc: test GetRestrictList.
1100 EXPECT_EQ(StandbyService::GetInstance()->GetRestrictList(restrictType, restrictInfoList, reasonCode), ERR_OK); in HWTEST_F()
1104 GetRestrictList(restrictType, restrictInfoList, reasonCode), ERR_STANDBY_SYS_NOT_READY); in HWTEST_F()

Completed in 10 milliseconds