/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 260 StandbyServiceImpl::GetInstance()->ShellDumpInner({}, result); 261 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-h"}, result); 262 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-v"}, result); 263 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-D"}, result); 266 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-E"}, result); 269 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-A"}, result); 279 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-S"}, result); 283 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-O"}, result); 284 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-T"}, result); 292 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-C"}, result); [all …]
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/systemtest/ |
H A D | bgtask_dump_test.cpp | 93 auto ret = BgContinuousTaskMgr::GetInstance()->ShellDumpInner(options, infos); 110 auto ret = BgContinuousTaskMgr::GetInstance()->ShellDumpInner(options, infos); 127 auto ret = BgContinuousTaskMgr::GetInstance()->ShellDumpInner(options, infos);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 74 …ErrCode ShellDumpInner(const std::vector<std::string> &dumpOption, std::vector<std::string> &dumpI…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 97 …ErrCode ShellDumpInner(const std::vector<std::string> &dumpOption, std::vector<std::string> &dumpI…
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 131 void ShellDumpInner(const std::vector<std::string>& argsInStr, std::string& result);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 621 this->ShellDumpInner(dumpOption, dumpInfo); in ShellDump() 626 ErrCode BgEfficiencyResourcesMgr::ShellDumpInner(const std::vector<std::string> &dumpOption, in ShellDumpInner() function in OHOS::BackgroundTaskMgr::BgEfficiencyResourcesMgr
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 1204 this->ShellDumpInner(argsInStr, result); in ShellDump() 1208 void StandbyServiceImpl::ShellDumpInner(const std::vector<std::string>& argsInStr, in ShellDumpInner() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 1130 result = ShellDumpInner(dumpOption, dumpInfo); in ShellDump() 1136 ErrCode BgContinuousTaskMgr::ShellDumpInner(const std::vector<std::string> &dumpOption, in ShellDumpInner() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
|