Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp187 BatteryError BatterySrvClient::GetBatteryConfig(const std::string& sceneName, std::string& result) in GetBatteryConfig() function in OHOS::PowerMgr::BatterySrvClient
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp268 int32_t BatteryInterfaceImpl::GetBatteryConfig(const std::string& sceneName, std::string& value) in GetBatteryConfig() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp409 BatteryError BatterySrvProxy::GetBatteryConfig(const std::string& sceneName, std::string& result) in GetBatteryConfig() function in OHOS::PowerMgr::BatterySrvProxy
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp470 BatteryError BatteryService::GetBatteryConfig(const std::string& sceneName, std::string& result) in GetBatteryConfig() function in OHOS::PowerMgr::BatteryService
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp215 static napi_value GetBatteryConfig(napi_env env, napi_callback_info info) in GetBatteryConfig() function