Searched refs:topLeakedType (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_service_test.cpp | 89 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 D | hidumper_zidl_test.cpp | 45 int32_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; in HWTEST_F() local 240 int ret = proxy_->CountFdNums(pid, fdNums, detailFdInfo, topLeakedType); in HWTEST_F()
|
/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() 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 D | idump_broker.h | 28 std::string &detailFdInfo, std::string &topLeakedType) = 0;
|
H A D | dump_broker_proxy.h | 34 int32_t CountFdNums(int32_t pid, uint32_t &fdNums, std::string &detailFdInfo, std::string &topLeakedType) override;
|
/base/hiviewdfx/hidumper/services/native/include/ |
H A D | dump_manager_service.h | 60 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 D | dump_manager_service.cpp | 243 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