Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 2916

libzypp-doc-17.9.0-1.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: zypp/ShutdownLock.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libzypp
   &#160;<span id="projectnumber">17.9.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('ShutdownLock_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ShutdownLock.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ShutdownLock_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ShutdownLock__p_8h.html">ShutdownLock_p.h</a>&quot;</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ExternalProgram_8h.html">zypp/ExternalProgram.h</a>&quot;</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="classzypp_1_1ShutdownLock.html#a691942111784e0fd4455dfdf83f281fc">    6</a></span>&#160;<a class="code" href="classzypp_1_1ShutdownLock.html#a691942111784e0fd4455dfdf83f281fc">zypp::ShutdownLock::ShutdownLock</a>(<span class="keyword">const</span> std::string &amp;reason)</div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;  <span class="keywordflow">try</span> {</div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;    std::string whyStr = <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>(<span class="stringliteral">&quot;--why=%s&quot;</span>, reason.c_str());</div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span>* argv[] =</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;    {</div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;      <span class="stringliteral">&quot;/usr/bin/systemd-inhibit&quot;</span>,</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;      <span class="stringliteral">&quot;--what=sleep:shutdown:idle&quot;</span>,</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;      <span class="stringliteral">&quot;--who=zypp&quot;</span>,</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;      <span class="stringliteral">&quot;--mode=block&quot;</span>,</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;      whyStr.c_str(),</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;      <span class="stringliteral">&quot;/usr/bin/cat&quot;</span>,</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;      NULL</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;    };</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;    <a class="code" href="classzypp_1_1ShutdownLock.html#a4c6a23e9e9b97f60aa962103982ddccc">_prog</a> = shared_ptr&lt;ExternalProgramWithSeperatePgid&gt;( <span class="keyword">new</span> <a class="code" href="classzypp_1_1ExternalProgramWithSeperatePgid.html">ExternalProgramWithSeperatePgid</a>( argv, <a class="code" href="classzypp_1_1ExternalProgram.html#addd37559311e2d7c296f7f8d3bbb65baa44c201571387f6a9700543e654f38ad0">ExternalProgram::Discard_Stderr</a> ) );</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;  } <span class="keywordflow">catch</span> (...) {</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;  }</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;}</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classzypp_1_1ShutdownLock.html#a28324535e9ff00e2453ba8124c210c61">   27</a></span>&#160;<a class="code" href="classzypp_1_1ShutdownLock.html#a28324535e9ff00e2453ba8124c210c61">zypp::ShutdownLock::~ShutdownLock</a>()</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;{</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;  <span class="keywordflow">if</span> (<a class="code" href="PluginScript_8cc.html#a5c71f26a30cfcf0c0eb52af638eef52e">_prog</a>) {</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <a class="code" href="PluginScript_8cc.html#a5c71f26a30cfcf0c0eb52af638eef52e">_prog</a>-&gt;<a class="code" href="classzypp_1_1ExternalProgram.html#aa129e22e8025a60ac51334a1d6603557">kill</a>();</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;  }</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;}</div><div class="ttc" id="classzypp_1_1ExternalProgram_html_addd37559311e2d7c296f7f8d3bbb65baa44c201571387f6a9700543e654f38ad0"><div class="ttname"><a href="classzypp_1_1ExternalProgram.html#addd37559311e2d7c296f7f8d3bbb65baa44c201571387f6a9700543e654f38ad0">zypp::ExternalProgram::Discard_Stderr</a></div><div class="ttdef"><b>Definition:</b> <a href="ExternalProgram_8h_source.html#l00072">ExternalProgram.h:72</a></div></div>
<div class="ttc" id="classzypp_1_1ExternalProgram_html_aa129e22e8025a60ac51334a1d6603557"><div class="ttname"><a href="classzypp_1_1ExternalProgram.html#aa129e22e8025a60ac51334a1d6603557">zypp::ExternalProgram::kill</a></div><div class="ttdeci">bool kill()</div><div class="ttdoc">Kill the program.</div><div class="ttdef"><b>Definition:</b> <a href="ExternalProgram_8cc_source.html#l00554">ExternalProgram.cc:554</a></div></div>
<div class="ttc" id="PluginScript_8cc_html_a5c71f26a30cfcf0c0eb52af638eef52e"><div class="ttname"><a href="PluginScript_8cc.html#a5c71f26a30cfcf0c0eb52af638eef52e">_prog</a></div><div class="ttdeci">ExternalProgramWithStderr &amp; _prog</div><div class="ttdef"><b>Definition:</b> <a href="PluginScript_8cc_source.html#l00077">PluginScript.cc:77</a></div></div>
<div class="ttc" id="group__ZYPP__SMART__PTR_html_ga9ffc8a01367e8a71d551ea8dbdc356f2"><div class="ttname"><a href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">zypp::str::form</a></div><div class="ttdeci">std::string form(const char *format,...) __attribute__((format(printf</div><div class="ttdoc">Printf style construction of std::string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8cc_source.html#l00036">String.cc:36</a></div></div>
<div class="ttc" id="classzypp_1_1ExternalProgramWithSeperatePgid_html"><div class="ttname"><a href="classzypp_1_1ExternalProgramWithSeperatePgid.html">zypp::ExternalProgramWithSeperatePgid</a></div><div class="ttdoc">ExternalProgram extended to change the progress group ID after forking.</div><div class="ttdef"><b>Definition:</b> <a href="ExternalProgram_8h_source.html#l00308">ExternalProgram.h:308</a></div></div>
<div class="ttc" id="classzypp_1_1ShutdownLock_html_a28324535e9ff00e2453ba8124c210c61"><div class="ttname"><a href="classzypp_1_1ShutdownLock.html#a28324535e9ff00e2453ba8124c210c61">zypp::ShutdownLock::~ShutdownLock</a></div><div class="ttdeci">~ShutdownLock()</div><div class="ttdef"><b>Definition:</b> <a href="ShutdownLock_8cc_source.html#l00027">ShutdownLock.cc:27</a></div></div>
<div class="ttc" id="ExternalProgram_8h_html"><div class="ttname"><a href="ExternalProgram_8h.html">ExternalProgram.h</a></div></div>
<div class="ttc" id="ShutdownLock__p_8h_html"><div class="ttname"><a href="ShutdownLock__p_8h.html">ShutdownLock_p.h</a></div></div>
<div class="ttc" id="classzypp_1_1ShutdownLock_html_a4c6a23e9e9b97f60aa962103982ddccc"><div class="ttname"><a href="classzypp_1_1ShutdownLock.html#a4c6a23e9e9b97f60aa962103982ddccc">zypp::ShutdownLock::_prog</a></div><div class="ttdeci">shared_ptr&lt; ExternalProgramWithSeperatePgid &gt; _prog</div><div class="ttdef"><b>Definition:</b> <a href="ShutdownLock__p_8h_source.html#l00038">ShutdownLock_p.h:38</a></div></div>
<div class="ttc" id="classzypp_1_1ShutdownLock_html_a691942111784e0fd4455dfdf83f281fc"><div class="ttname"><a href="classzypp_1_1ShutdownLock.html#a691942111784e0fd4455dfdf83f281fc">zypp::ShutdownLock::ShutdownLock</a></div><div class="ttdeci">ShutdownLock(const std::string &amp;reason)</div><div class="ttdef"><b>Definition:</b> <a href="ShutdownLock_8cc_source.html#l00006">ShutdownLock.cc:6</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="ShutdownLock_8cc.html">ShutdownLock.cc</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>