Lines Matching refs:P
24 template <bool S, bool P, bool Preserved,
28 public Types<client<S, P, Preserved, Types...>,
29 sdbusplus::async::proxy_ns::proxy<S, P, false, Preserved>>...
32 using Self = client<S, P, Preserved, Types...>;
33 using Proxy = sdbusplus::async::proxy_ns::proxy<S, P, false, Preserved>;
43 requires(S || P)
47 requires(!S && !P) in client()
53 requires(S || P) in client()
61 return client<true, P, Preserved, Types...>(ctx, proxy.service(s)); in service()
66 requires(!P) in path()
75 return client<S, P, true, Types...>(ctx, proxy.preserve()); in preserve()