Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ipc_helper.cpp69 for (const auto& ipcInterfaceInfo : ipcInterfaceInfos) { in DumpIpcStat() local
72 …result += Str16ToStr8(ipcInterfaceInfo.desc) + std::string("_") + std::to_string(ipcInterfaceInfo.… in DumpIpcStat()
75 … IPCPayloadStatistics::GetDescriptorCodeCount(pid, ipcInterfaceInfo.desc, ipcInterfaceInfo.code)); in DumpIpcStat()
79 pid, ipcInterfaceInfo.desc, ipcInterfaceInfo.code); in DumpIpcStat()