Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1021 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()
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dcommon_constant.h119 extern const int32_t DUMP_THIRD_PARAM;
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/src/
H A Dcommon_constant.cpp118 const int32_t DUMP_THIRD_PARAM = 2; variable
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp387 if (argsInStr[DUMP_THIRD_PARAM] == "false") { in DumpEnterSpecifiedState()