Home
last modified time | relevance | path

Searched refs:DUMP_THIRD_PARAM (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/device_standby/utils/common/src/
H A Dcommon_constant.cpp118 const int32_t DUMP_THIRD_PARAM = 2; member
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dcommon_constant.h119 extern const int32_t DUMP_THIRD_PARAM;
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1029 uint32_t level = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str())); in DumpOnPowerOverused()
1361 int32_t uid = std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()); in DumpModifyAllowList()
1377 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str())); in DumpModifyAllowList()
1402 if (argsInStr[DUMP_THIRD_PARAM] == DUMP_ON) { in DumpTurnOnOffSwitch()
1404 } else if (argsInStr[DUMP_THIRD_PARAM] == DUMP_OFF) { in DumpTurnOnOffSwitch()
1434 std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()), result); in DumpChangeConfigParam()
1441 std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()), argsInStr[DUMP_FOURTH_PARAM], in DumpPushStrategyChange()
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp387 if (argsInStr[DUMP_THIRD_PARAM] == "false") { in DumpEnterSpecifiedState()

Completed in 4 milliseconds