Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp537 HWTEST_F(UtilitiesTest, ReadIntFromProcFile, TestSize.Level1)
541 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp542 HWTEST_F(UtilitiesTest, ReadIntFromProcFile, TestSize.Level1)
546 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h250 bool ReadIntFromProcFile(const std::string &path, int &value);
/developtools/hiperf/include/
Dutilities.h272 bool ReadIntFromProcFile(const std::string &path, int &value);
/developtools/hiperf/src/
Dsubcommand_record.cpp606 if (!ReadIntFromProcFile(file, oldValue)) { in SetPerfLimit()
678 if (!ReadIntFromProcFile(node.c_str(), enable) and in TraceOffCpu()
679 !ReadIntFromProcFile(nodeDebug.c_str(), enable)) { in TraceOffCpu()
Dutilities.cpp360 bool ReadIntFromProcFile(const std::string &path, int &value) in ReadIntFromProcFile() function
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp284 bool ReadIntFromProcFile(const std::string &path, int &value) in ReadIntFromProcFile() function