Searched refs:CustomPclose (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/device/plugins/hidump_plugin/include/ |
| D | hidump_plugin.h | 51 static int CustomPclose(FILE* fp);
|
| /developtools/profiler/device/base/include/ |
| D | common.h | 35 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock = false);
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_plugin.cpp | 73 CustomPclose); in Start() 236 int HidumpPlugin::CustomPclose(FILE* fp) in CustomPclose() function in HidumpPlugin
|
| /developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/ |
| D | hisysevent_plugin_unittest.cpp | 236 EXPECT_EQ(COMMON::CustomPclose(fpr, pipeFds, childPid, true), -1); 243 EXPECT_EQ(COMMON::CustomPclose(fpw, pipeFds, childPid, true), -1);
|
| /developtools/profiler/device/plugins/hidump_plugin/test/unittest/ |
| D | hidump_plugin_unittest.cpp | 212 EXPECT_NE(plugin.CustomPclose(fp), -1); 257 EXPECT_NE(plugin.CustomPclose(fp), -1);
|
| /developtools/profiler/device/plugins/hiperf_plugin/src/ |
| D | hiperf_module.cpp | 108 COMMON::CustomPclose(fp, pipeFds, childPid); in RunCommand()
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 84 COMMON::CustomPclose(fp, pipeFds, childPid); in Start() 90 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
|
| /developtools/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_plugin.cpp | 68 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
|
| /developtools/profiler/device/base/src/ |
| D | common.cpp | 314 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock) in CustomPclose() function
|