Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-dbus-monitor
/
78a5df906f563c99c451ea2355917ce414685a30
/
.
/
src
/
test
/
templates
/
interfaceaddtest.mako.hpp
blob: 3b0609a6ea8fe9b9dd1bfcd71869a14aab46c89d [
file
] [
log
] [
blame
]
const
std
::
array
<
std
::
string
,
$
{
len
(
pathinstances
)}>
paths
=
{
%
for
p
in
paths
:
"${p.name}"
s
,
%
endfor
};
const
std
::
array
<
std
::
string
,
$
{
len
(
pathwatches
)}>
pathwatches
=
{{
%
for
w
in
pathwatches
:
paths
[
$
{
w
.
pathinstances
}],
%
endfor
}};