Home
last modified time | relevance | path

Searched refs:ReportDeviceStateChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp187 ErrCode StandbyServiceClient::ReportDeviceStateChanged(DeviceStateType type, bool enabled) in ReportDeviceStateChanged() function in OHOS::DevStandbyMgr::StandbyServiceClient
196 return standbyServiceProxy_->ReportDeviceStateChanged(type, enabled); in ReportDeviceStateChanged()
H A Dstandby_service_proxy.cpp416 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 Dstandby_service_proxy.h127 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) override;
H A Dstandby_service_client.h126 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled);
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h126 virtual ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) = 0;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service.h60 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled) override;
H A Dstandby_service_impl.h113 ErrCode ReportDeviceStateChanged(DeviceStateType type, bool enabled);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp314 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 Dstandby_service_impl.cpp954 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 Dstandby_client_unit_test.cpp249 EXPECT_EQ(StandbyServiceClient::GetInstance().ReportDeviceStateChanged(type, enabled), ERR_OK);
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp298 ErrCode result = ReportDeviceStateChanged(static_cast<DeviceStateType>(type), enable); in HandleReportDeviceStateChanged()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1135 EXPECT_EQ(StandbyService::GetInstance()->ReportDeviceStateChanged(type, enabled), ERR_OK);
1138 …EXPECT_EQ(StandbyService::GetInstance()->ReportDeviceStateChanged(type, enabled), ERR_STANDBY_SYS_…