Home
last modified time | relevance | path

Searched refs:GetTargetPath (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.h31 static bool GetTargetPath(std::string& targetPath);
H A Dsuspend_source_parser.cpp56 bool ret = GetTargetPath(targetPath); in ParseSources()
58 POWER_HILOGE(FEATURE_SUSPEND, "GetTargetPath fail"); in ParseSources()
94 bool ret = GetTargetPath(targetPath);
111 bool SuspendSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath() function in OHOS::PowerMgr::SuspendSourceParser
/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.h31 static bool GetTargetPath(std::string& targetPath);
H A Dwakeup_action_source_parser.cpp41 bool ret = GetTargetPath(targetPath); in ParseSources()
53 bool WakeupActionSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath() function in OHOS::PowerMgr::WakeupActionSourceParser
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_source_parser.h34 static bool GetTargetPath(std::string& targetPath);
H A Dwakeup_source_parser.cpp48 bool ret = GetTargetPath(targetPath); in ParseSources()
67 bool WakeupSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath() function in OHOS::PowerMgr::WakeupSourceParser
/base/powermgr/power_manager/utils/vibrator/src/
H A Dvibrator_source_parser.cpp33 GetTargetPath(targetPath, etcPath, vendorPath, systemPath); in ParseSources()
46 void VibratorSourceParser::GetTargetPath( in GetTargetPath() function in OHOS::PowerMgr::VibratorSourceParser
/base/powermgr/power_manager/utils/vibrator/include/
H A Dvibrator_source_parser.h57 void GetTargetPath(std::string& targetPath,
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_controller_test.cpp167 * @tc.desc: test GetTargetPath
176 WakeupSourceParser::GetTargetPath(targetPath); in HWTEST_F()

Completed in 4 milliseconds