Searched refs:topLeakedType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/services/zidl/src/ |
H A D | dump_broker_stub.cpp | 94 std::string topLeakedType; in CountFdNumsStub() local 97 ret = CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); in CountFdNumsStub() 104 if (!reply.WriteString(topLeakedType)) { in CountFdNumsStub()
|
H A D | dump_broker_proxy.cpp | 84 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 D | hidumper_service_test.cpp | 89 std::string topLeakedType; variable 90 int32_t ret = dumpManagerService->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); 93 ASSERT_FALSE(topLeakedType.empty());
|
H A D | hidumper_zidl_test.cpp | 45 …t CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) in CountFdNums() argument
|
H A D | hidumper_client_test.cpp | 239 std::string topLeakedType; variable 240 int ret = proxy_->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType);
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/ |
H A D | dump_manager_service.h | 59 …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 D | dump_manager_service.cpp | 244 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 D | idump_broker.h | 28 std::string &detailFdInfo, std::string &topLeakedType) = 0;
|
H A D | dump_broker_proxy.h | 34 …ums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;
|