Home
last modified time | relevance | path

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

/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.cpp171 std::string targetPath; variable
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c211 static int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint… in GetPath()