Home
last modified time | relevance | path

Searched refs:DUMP_SECOND_PARAM (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp346 if (argsInStr[DUMP_SECOND_PARAM] == DUMP_RESET_STATE) { in ShellDump()
390 auto iter = std::find(STATE_NAME_LIST.begin(), STATE_NAME_LIST.end(), argsInStr[DUMP_SECOND_PARAM]); in DumpEnterSpecifiedState()
401 if (argsInStr[DUMP_SECOND_PARAM] == "--motion") { in DumpActivateMotion()
408 } else if (argsInStr[DUMP_SECOND_PARAM] == "--blocked") { in DumpActivateMotion()
410 } else if (argsInStr[DUMP_SECOND_PARAM] == "--halfhour") { in DumpActivateMotion()
H A Dsleep_state.cpp193 if (argsInStr[DUMP_SECOND_PARAM] == "--repeat") { in ShellDump()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dnetwork_strategy.cpp126 argsInStr[DUMP_SECOND_PARAM] == DUMP_STRATGY_DETAIL) { in ShellDump()
H A Drunning_lock_strategy.cpp597 argsInStr[DUMP_SECOND_PARAM] == DUMP_STRATGY_DETAIL) { in ShellDump()
/foundation/resourceschedule/device_standby/utils/common/src/
H A Dcommon_constant.cpp117 const int32_t DUMP_SECOND_PARAM = 1; member
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1028 const std::string &module = argsInStr[DUMP_SECOND_PARAM]; in DumpOnPowerOverused()
1297 if (argsInStr[DUMP_SECOND_PARAM] == DUMP_DETAIL_CONFIG) { in DumpShowDetailInfo()
1356 if (argsInStr.size() < DUMP_SLEEP_ALLOW_LIST_NUMS || (argsInStr[DUMP_SECOND_PARAM] != "--get" && in DumpModifyAllowList()
1363 if (argsInStr[DUMP_SECOND_PARAM] == "--apply") { in DumpModifyAllowList()
1370 } else if (argsInStr[DUMP_SECOND_PARAM] == "--unapply") { in DumpModifyAllowList()
1376 } else if (argsInStr[DUMP_SECOND_PARAM] == "--get") { in DumpModifyAllowList()
1410 const std::string& switchName = argsInStr[DUMP_SECOND_PARAM]; in DumpTurnOnOffSwitch()
1433 StandbyConfigManager::GetInstance()->DumpSetParameter(argsInStr[DUMP_SECOND_PARAM], in DumpChangeConfigParam()
1439 if (argsInStr[DUMP_SECOND_PARAM] == "--whitelist") { in DumpPushStrategyChange()
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dcommon_constant.h118 extern const int32_t DUMP_SECOND_PARAM;

Completed in 6 milliseconds