Home
last modified time | relevance | path

Searched defs:targetPath (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/power_manager/utils/vibrator/src/
Dvibrator_source_parser.cpp32 std::string targetPath; in ParseSources() local
47std::string& targetPath, const std::string& etcPath, const std::string& vendorPath, const std::str… in GetTargetPath()
/base/powermgr/power_manager/services/native/src/wakeup_action/
Dwakeup_action_source_parser.cpp40 std::string targetPath; in ParseSources() local
53 bool WakeupActionSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_source_parser.cpp46 std::string targetPath; in ParseSources() local
64 bool WakeupSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_source_parser.cpp46 std::string targetPath; in ParseSources() local
63 bool SuspendSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
/base/powermgr/power_manager/test/unittest/src/
Dpower_wakeup_test.cpp165 std::string targetPath; variable
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c246 static int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint… in GetPath()