Home
last modified time | relevance | path

Searched refs:topLeakedType (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_service_test.cpp89 std::string topLeakedType; in HWTEST_F() local
90 int32_t ret = dumpManagerService->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); in HWTEST_F()
93 ASSERT_FALSE(topLeakedType.empty()); in HWTEST_F()
H A Dhidumper_zidl_test.cpp45 int32_t CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) in CountFdNums() argument
H A Dhidumper_client_test.cpp239 std::string topLeakedType; in HWTEST_F() local
240 int ret = proxy_->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); in HWTEST_F()
/base/hiviewdfx/hidumper/services/zidl/src/
H A Ddump_broker_stub.cpp94 std::string topLeakedType; in CountFdNumsStub() local
97 ret = CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); in CountFdNumsStub()
104 if (!reply.WriteString(topLeakedType)) { in CountFdNumsStub()
H A Ddump_broker_proxy.cpp84 std::string &detailFdInfo, std::string &topLeakedType) in CountFdNums()
110 if (!reply.ReadString(topLeakedType)) { in CountFdNums()
83 CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) CountFdNums() argument
/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Didump_broker.h28 std::string &detailFdInfo, std::string &topLeakedType) = 0;
H A Ddump_broker_proxy.h34 int32_t CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;
/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_service.h60 int32_t CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;
86 void RecordDetailFdInfo(std::string &detailFdInfo, std::string &topLeakedType);
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp243 void DumpManagerService::RecordDetailFdInfo(std::string &detailFdInfo, std::string &topLeakedType) in RecordDetailFdInfo() argument
249 topLeakedType = linkCnt_[0].first; in RecordDetailFdInfo()
283 std::string &detailFdInfo, std::string &topLeakedType) in CountFdNums()
319 RecordDetailFdInfo(detailFdInfo, topLeakedType); in CountFdNums()
282 CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) CountFdNums() argument

Completed in 4 milliseconds