Home
last modified time | relevance | path

Searched refs:CheckPathExists (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h104 int32_t CheckPathExists(const std::string& path, bool& result);
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp314 return powerSupplyProvider_->CheckPathExists(supportPath, value); in IsBatteryConfigSupported()
H A Dpower_supply_provider.cpp1082 int32_t PowerSupplyProvider::CheckPathExists(const std::string& path, bool& result) in CheckPathExists() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider
1090 BATTERY_HILOGI(FEATURE_BATT_INFO, "CheckPathExists(%{public}s) exit, value:%{public}d", path.c_str(), result); in CheckPathExists()

Completed in 4 milliseconds