Home
last modified time | relevance | path

Searched refs:systemPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/
H A Dvibrator_source_parser.cpp29 const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath) in ParseSources() argument
33 GetTargetPath(targetPath, etcPath, vendorPath, systemPath); in ParseSources()
47 …rgetPath, const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath) in GetTargetPath() argument
60 if (access(systemPath.c_str(), F_OK | R_OK) == -1) { in GetTargetPath()
64 targetPath = systemPath; in GetTargetPath()
H A Dpower_vibrator.cpp36 const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath) in LoadConfig() argument
39 std::vector<VibratorSource> sources = parser->ParseSources(etcPath, vendorPath, systemPath); in LoadConfig()
/ohos5.0/base/powermgr/power_manager/utils/vibrator/include/
H A Dvibrator_source_parser.h53 const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath);
58 const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath);
H A Dpower_vibrator.h27 …adConfig(const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath);