Home
last modified time | relevance | path

Searched refs:CustomPclose (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
H A Dhisysevent_plugin_unittest.cpp230 EXPECT_EQ(COMMON::CustomPclose(fpr, pipeFds, childPid, true), -1); in HWTEST_F()
237 EXPECT_EQ(COMMON::CustomPclose(fpw, pipeFds, childPid, true), -1); in HWTEST_F()
/developtools/profiler/device/base/include/
H A Dcommon.h35 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock = false);
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp84 COMMON::CustomPclose(fp, pipeFds, childPid); in Start()
90 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
/developtools/profiler/device/plugins/hidump_plugin/src/
H A Dhidump_plugin.cpp74 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
/developtools/profiler/device/plugins/hiperf_plugin/src/
H A Dhiperf_module.cpp109 COMMON::CustomPclose(fp, pipeFds, childPid); in RunCommand()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_plugin.cpp68 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
/developtools/profiler/device/base/src/
H A Dcommon.cpp368 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock) in CustomPclose() function
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_data_plugin.cpp1048 COMMON::CustomPclose(fp, pipeFds, childPid); in RunCommand()

Completed in 6 milliseconds