Home
last modified time | relevance | path

Searched defs:SetBatteryConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp180 BatteryError BatterySrvClient::SetBatteryConfig(const std::string& sceneName, const std::string& va… in SetBatteryConfig() function in OHOS::PowerMgr::BatterySrvClient
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp248 int32_t BatteryInterfaceImpl::SetBatteryConfig(const std::string& sceneName, const std::string& val… in SetBatteryConfig() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp380 BatteryError BatterySrvProxy::SetBatteryConfig(const std::string& sceneName, const std::string& val… in SetBatteryConfig() function in OHOS::PowerMgr::BatterySrvProxy
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp453 BatteryError BatteryService::SetBatteryConfig(const std::string& sceneName, const std::string& valu… in SetBatteryConfig() function in OHOS::PowerMgr::BatteryService
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp185 static napi_value SetBatteryConfig(napi_env env, napi_callback_info info) in SetBatteryConfig() function