Searched refs:ReadIntFromProcFile (Results 1 – 7 of 7) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 537 HWTEST_F(UtilitiesTest, ReadIntFromProcFile, TestSize.Level1) 541 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 542 HWTEST_F(UtilitiesTest, ReadIntFromProcFile, TestSize.Level1) 546 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 250 bool ReadIntFromProcFile(const std::string &path, int &value);
|
| /developtools/hiperf/include/ |
| D | utilities.h | 272 bool ReadIntFromProcFile(const std::string &path, int &value);
|
| /developtools/hiperf/src/ |
| D | subcommand_record.cpp | 606 if (!ReadIntFromProcFile(file, oldValue)) { in SetPerfLimit() 678 if (!ReadIntFromProcFile(node.c_str(), enable) and in TraceOffCpu() 679 !ReadIntFromProcFile(nodeDebug.c_str(), enable)) { in TraceOffCpu()
|
| D | utilities.cpp | 360 bool ReadIntFromProcFile(const std::string &path, int &value) in ReadIntFromProcFile() function
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 284 bool ReadIntFromProcFile(const std::string &path, int &value) in ReadIntFromProcFile() function
|