Searched refs:IPCInterfaceInfo (Results 1 – 10 of 10) sorted by relevance
27 struct IPCInterfaceInfo { struct40 IPCInterfaceInfo interface; argument58 std::vector<IPCInterfaceInfo> GetDescriptorCodes(const int32_t pid);
245 std::vector<IPCInterfaceInfo> info = instance.GetDescriptorCodes(PID_1);259 std::vector<IPCInterfaceInfo> info_1 = instance.GetDescriptorCodes(PID_1);264 std::vector<IPCInterfaceInfo> info_2 = instance.GetDescriptorCodes(PID_2);269 std::vector<IPCInterfaceInfo> info_3 = instance.GetDescriptorCodes(PID_3);414 IPCInterfaceInfo interfaceInfo = { u"string4", 4 };437 std::vector<IPCInterfaceInfo> res = instance.GetDescriptorCodes(pid);464 IPCInterfaceInfo interfaceInfo = { u"string5", 5 };486 std::vector<IPCInterfaceInfo> res = instance.GetDescriptorCodes(pid);513 IPCInterfaceInfo interfaceInfo = { u"string1", DESC_CODE_1 };534 std::vector<IPCInterfaceInfo> res = instance.GetDescriptorCodes(pid);
133 std::vector<IPCInterfaceInfo> info = IPCPayloadStatistics::GetDescriptorCodes(PID);144 std::vector<IPCInterfaceInfo> info = IPCPayloadStatistics::GetDescriptorCodes(INVALID_PID);
130 std::vector<IPCInterfaceInfo> IPCPayloadStatisticsImpl::GetDescriptorCodes(const int32_t pid) in GetDescriptorCodes()132 std::vector<IPCInterfaceInfo> vec; in GetDescriptorCodes()133 IPCInterfaceInfo info; in GetDescriptorCodes()
45 std::vector<IPCInterfaceInfo> IPCPayloadStatistics::GetDescriptorCodes(const int32_t pid) in GetDescriptorCodes()
71 static std::vector<IPCInterfaceInfo> GetDescriptorCodes(const int32_t pid);
68 …std::vector<OHOS::IPCInterfaceInfo> ipcInterfaceInfos = IPCPayloadStatistics::GetDescriptorCodes(p… in DumpIpcStat()
61 std::vector<IPCInterfaceInfo> intfs; in GetIpcStatistics()
264 std::vector<IPCInterfaceInfo> infoVec = IPCPayloadStatistics::GetDescriptorCodes(val); in Dump()
196 std::vector<IPCInterfaceInfo> intfs; in GetSamgrIpcStatistics()