Home
last modified time | relevance | path

Searched refs:DoDumpIpcStat (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp203 DumpStatus IPCStatDumper::DoDumpIpcStat(sptr<IRemoteObject> &sa) in DoDumpIpcStat() function in OHOS::HiviewDFX::IPCStatDumper
236 if (DoDumpIpcStat(tmpSa) != DumpStatus::DUMP_OK) { in DumpIpcStat()
242 if (DoDumpIpcStat(sa) != DumpStatus::DUMP_OK) { in DumpIpcStat()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h49 DumpStatus DoDumpIpcStat(sptr<IRemoteObject> &sa);
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp638 * @tc.desc: Test IpcDumper DoDumpIpcStat with sa nullptr.
645 DumpStatus ret = ipcStatDumper->DoDumpIpcStat(sa); in HWTEST_F()

Completed in 3 milliseconds