Searched refs:DUMP_THIRD_PARAM (Results 1 – 4 of 4) sorted by relevance
1021 uint32_t level = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str())); in DumpOnPowerOverused()1353 int32_t uid = std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()); in DumpModifyAllowList()1369 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str())); in DumpModifyAllowList()1394 if (argsInStr[DUMP_THIRD_PARAM] == DUMP_ON) { in DumpTurnOnOffSwitch()1396 } else if (argsInStr[DUMP_THIRD_PARAM] == DUMP_OFF) { in DumpTurnOnOffSwitch()1426 std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()), result); in DumpChangeConfigParam()1433 std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str()), argsInStr[DUMP_FOURTH_PARAM], in DumpPushStrategyChange()
119 extern const int32_t DUMP_THIRD_PARAM;
118 const int32_t DUMP_THIRD_PARAM = 2; variable
387 if (argsInStr[DUMP_THIRD_PARAM] == "false") { in DumpEnterSpecifiedState()