Home
last modified time | relevance | path

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

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