/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_client.cpp | 187 ErrCode StandbyServiceClient::ReportDeviceStateChanged(DeviceStateType type, bool enabled) in ReportDeviceStateChanged() function in OHOS::DevStandbyMgr::StandbyServiceClient 196 return standbyServiceProxy_->ReportDeviceStateChanged(type, enabled); in ReportDeviceStateChanged()
|
H A D | standby_service_proxy.cpp | 416 ErrCode StandbyServiceProxy::ReportDeviceStateChanged(DeviceStateType type, bool enabled) in ReportDeviceStateChanged() function in OHOS::DevStandbyMgr::StandbyServiceProxy
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_proxy.h | 127 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) override;
|
H A D | standby_service_client.h | 126 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled);
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | istandby_service.h | 126 virtual ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) = 0;
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service.h | 60 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) override;
|
H A D | standby_service_impl.h | 113 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 314 ErrCode StandbyService::ReportDeviceStateChanged(DeviceStateType type, bool enabled) in ReportDeviceStateChanged() function in OHOS::DevStandbyMgr::StandbyService 320 return StandbyServiceImpl::GetInstance()->ReportDeviceStateChanged(type, enabled); in ReportDeviceStateChanged()
|
H A D | standby_service_impl.cpp | 954 ErrCode StandbyServiceImpl::ReportDeviceStateChanged(DeviceStateType type, bool enabled) in ReportDeviceStateChanged() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | standby_client_unit_test.cpp | 249 EXPECT_EQ(StandbyServiceClient::GetInstance().ReportDeviceStateChanged(type, enabled), ERR_OK);
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 298 ErrCode result = ReportDeviceStateChanged(static_cast<DeviceStateType>(type), enable); in HandleReportDeviceStateChanged()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1135 EXPECT_EQ(StandbyService::GetInstance()->ReportDeviceStateChanged(type, enabled), ERR_OK); 1138 …EXPECT_EQ(StandbyService::GetInstance()->ReportDeviceStateChanged(type, enabled), ERR_STANDBY_SYS_…
|