Searched refs:systemPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | vibrator_source_parser.cpp | 29 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 D | power_vibrator.cpp | 36 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 D | vibrator_source_parser.h | 53 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 D | power_vibrator.h | 27 …adConfig(const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath);
|