Home
last modified time | relevance | path

Searched refs:SetPower (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp143 sensorColor.SetPower(POWER); in GenerateColorSensor()
160 sensorSar.SetPower(POWER); in GenerateSarSensor()
177 sensorHeadPosture.SetPower(POWER); in GenerateHeadPostureSensor()
194 sensorProximity.SetPower(POWER); in GenerateProximitySensor()
/ohos5.0/foundation/communication/wifi_aware/interfaces/kits/
H A Dwifiaware.h230 int SetPower(signed char value);
/ohos5.0/base/powermgr/battery_statistics/interfaces/inner_api/include/
H A Dbattery_stats_info.h56 void SetPower(double power);
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Duser_entity.cpp69 statsInfo->SetPower(iter.second); in Calculate()
H A Didle_entity.cpp56 statsInfo->SetPower(idleTotalPowerMah_); in Calculate()
H A Dwifi_entity.cpp50 statsInfo->SetPower(wifiPowerMah_); in Calculate()
H A Dscreen_entity.cpp100 statsInfo->SetPower(screenPowerMah_); in Calculate()
H A Dphone_entity.cpp123 statsInfo->SetPower(phonePowerMah_); in Calculate()
H A Dbluetooth_entity.cpp75 statsInfo->SetPower(bluetoothPowerMah_); in CalculateBtPower()
H A Duid_entity.cpp147 statsInfo->SetPower(power); in AddtoStatsList()
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor.h47 void SetPower(float power);
/ohos5.0/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c134 int SetPower(signed char value) in SetPower() function
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp128 void Sensor::SetPower(float power) in SetPower() function in OHOS::Sensors::Sensor
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp66 sensor.SetPower(sensorInfos[i].power); in GetSensorList()
H A Dhdi_connection.cpp101 sensor.SetPower(sensorInfos[i].power); in GetSensorList()
/ohos5.0/base/powermgr/battery_statistics/frameworks/native/src/
H A Dbattery_stats_info.cpp78 void BatteryStatsInfo::SetPower(double power) in SetPower() function in OHOS::PowerMgr::BatteryStatsInfo
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/mock/
H A Dstats_client_test_mock_parcel.cpp131 sptrStatsInfo->SetPower(totalPowerMah);
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_powermgr_test.cpp335 sptrStatsInfo->SetPower(partPowerMah);
341 sptrStatsInfo->SetPower(totalPowerMah);
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp937 info->SetPower(root["Power"][*iter].asDouble()); in UpdateStatsEntity()
948 info->SetPower(root["Power"][*iter].asDouble()); in UpdateStatsEntity()
957 statsInfo->SetPower(iter.second); in UpdateStatsEntity()