Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp448 std::string modeCmdIdStr = itemPair[RES_MODE_AND_ID_PAIR -1]; in ParseModeCmd() local
449 if (modeDeviceStr.empty() || !IsNumber(modeCmdIdStr)) { in ParseModeCmd()
454 int32_t cmdId = atoi(modeCmdIdStr.c_str()); in ParseModeCmd()