Home
last modified time | relevance | path

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

/ohos5.0/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() argument
110 if (!reply.ReadString(topLeakedType)) { in CountFdNums()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_service_test.cpp89 std::string topLeakedType; variable
90 int32_t ret = dumpManagerService->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType);
93 ASSERT_FALSE(topLeakedType.empty());
H A Dhidumper_zidl_test.cpp45 …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; variable
240 int ret = proxy_->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType);
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_service.h59 …ums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;
85 void RecordDetailFdInfo(std::string &detailFdInfo, std::string &topLeakedType);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp244 void DumpManagerService::RecordDetailFdInfo(std::string &detailFdInfo, std::string &topLeakedType) in RecordDetailFdInfo() argument
251 topLeakedType = linkCnt_[0].first; in RecordDetailFdInfo()
288 std::string &detailFdInfo, std::string &topLeakedType) in CountFdNums() argument
334 RecordDetailFdInfo(detailFdInfo, topLeakedType); in CountFdNums()
/ohos5.0/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 …ums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;