Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Dalgo_plugin.cpp24 path_ = path; in AlgoPlugin()
174 if (path_.size() == 0) { in LoadLib()
179 uint32_t ret = CheckLibPath(path_.c_str()); in LoadLib()
181 CAMERA_LOGE("lib path:%{public}s is error.", path_.c_str()); in LoadLib()
185 algoHandler_->handle = ::dlopen(path_.c_str(), RTLD_NOW); in LoadLib()
187 CAMERA_LOGE("dlopen %{public}s failed, %{public}s", path_.c_str(), ::dlerror()); in LoadLib()
233 CAMERA_LOGE("dlclose %{public}s failed", path_.c_str()); in UnloadLib()
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dpower_supply_provider.cpp74 path_ = POWER_SUPPLY_BASE_PATH; in PowerSupplyProvider()
238 FormatPath(batterySysfsInfo_.capacityPath, PATH_MAX, "%s/%s/capacity", path_.c_str(), in FormatSysfsPaths()
240 FormatPath(batterySysfsInfo_.voltagePath, PATH_MAX, "%s/%s/voltage_now", path_.c_str(), in FormatSysfsPaths()
242 FormatPath(batterySysfsInfo_.temperaturePath, PATH_MAX, "%s/%s/temp", path_.c_str(), in FormatSysfsPaths()
244 FormatPath(batterySysfsInfo_.healthStatePath, PATH_MAX, "%s/%s/health", path_.c_str(), in FormatSysfsPaths()
246 FormatPath(batterySysfsInfo_.chargeStatePath, PATH_MAX, "%s/%s/status", path_.c_str(), in FormatSysfsPaths()
248 FormatPath(batterySysfsInfo_.presentPath, PATH_MAX, "%s/%s/present", path_.c_str(), in FormatSysfsPaths()
250 FormatPath(batterySysfsInfo_.chargeCounterPath, PATH_MAX, "%s/%s/charge_counter", path_.c_str(), in FormatSysfsPaths()
252 FormatPath(batterySysfsInfo_.technologyPath, PATH_MAX, "%s/%s/technology", path_.c_str(), in FormatSysfsPaths()
254 FormatPath(batterySysfsInfo_.totalEnergyPath, PATH_MAX, "%s/%s/charge_full", path_.c_str(), in FormatSysfsPaths()
[all …]
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.h33 return path_; in GetPath()
96 std::string path_; variable
Dfile.cpp52 path_ = RealPath(path); in File()
79 path_ = realPath; in OpenByRead()
/drivers/peripheral/usb/hdi_service/src/
Dusbd_port.cpp73 if (path_.empty()) { in WritePortFile()
78 if (realpath(path_.c_str(), pathBuf) == NULL) { in WritePortFile()
100 path_ = path; in setPortPath()
Dusb_impl.cpp1643 const char *path_ = nullptr; in parsePortPath() local
1655 if (iface->GetString(device_->property, "port_file_path", &path_, pathDef_) != HDF_SUCCESS) { in parsePortPath()
1659 UsbdPort::GetInstance().setPortPath(path_); in parsePortPath()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
Dalgo_plugin.h56 std::string path_ = "";
/drivers/peripheral/usb/hdi_service/include/
Dusbd_port.h75 std::string path_; variable
/drivers/peripheral/battery/interfaces/hdi_service/include/
Dpower_supply_provider.h156 std::string path_; variable