• Home
  • Raw
  • Download

Lines Matching refs:from

264         std::string from =  in SetUp()  local
266 size_t start_pos = json_doc_.find(from); in SetUp()
267 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp()
268 from = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq"; in SetUp()
269 start_pos = json_doc_.find(from); in SetUp()
270 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp()
482 std::string from = "CPUCluster0MinFreq"; in TEST_F() local
483 size_t start_pos = json_doc_.find(from); in TEST_F()
484 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
491 std::string from = "ModeProperty"; in TEST_F() local
492 size_t start_pos = json_doc_.find(from); in TEST_F()
493 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
501 std::string from = files_[0 + 2]->path; in TEST_F() local
502 size_t start_pos = json_doc_.find(from); in TEST_F()
503 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in TEST_F()
511 std::string from = "1512000"; in TEST_F() local
512 size_t start_pos = json_doc_.find(from); in TEST_F()
513 json_doc_.replace(start_pos, from.length(), "1134000"); in TEST_F()
521 std::string from = "HIGH"; in TEST_F() local
522 size_t start_pos = json_doc_.find(from); in TEST_F()
523 json_doc_.replace(start_pos, from.length(), "LOW"); in TEST_F()
531 std::string from = "384000"; in TEST_F() local
532 size_t start_pos = json_doc_.find(from); in TEST_F()
533 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
541 std::string from = "LOW"; in TEST_F() local
542 size_t start_pos = json_doc_.find(from); in TEST_F()
543 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
643 std::string from = R"("Node": "CPUCluster0MinFreq")"; in TEST_F() local
644 size_t start_pos = json_doc_.find(from); in TEST_F()
645 json_doc_.replace(start_pos, from.length(), R"("Node": "CPUCluster1MinFreq")"); in TEST_F()
655 std::string from = R"("Node": "CPUCluster0MinFreq")"; in TEST_F() local
656 size_t start_pos = json_doc_.find(from); in TEST_F()
657 json_doc_.replace(start_pos, from.length(), R"("Node": "ModeProperty")"); in TEST_F()
857 std::string from = "REFRESH_120FPS"; in TEST_F() local
858 size_t start_pos = json_doc_.find(from); in TEST_F()
859 json_doc_.replace(start_pos, from.length(), "REFRESH_60FPS"); in TEST_F()
866 std::string from = "\"PID_Po\": 0,"; in TEST_F() local
867 size_t start_pos = json_doc_.find(from); in TEST_F()
868 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
875 std::string from = "\"HBoostUclampMin\": 800,"; in TEST_F() local
876 size_t start_pos = json_doc_.find(from); in TEST_F()
877 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()