Lines Matching refs:srvCfgIface

192         if (srvCfgIface && srvCfgIface->is_initialized())  in updateServiceProperties()
195 srvCfgIface->set_property(srvCfgPropMasked, unitMaskedState); in updateServiceProperties()
196 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in updateServiceProperties()
209 if (srvCfgIface && srvCfgIface->is_initialized()) in updateServiceProperties()
212 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in updateServiceProperties()
264 if (!srvCfgIface) in queryAndUpdateProperties()
280 else if (!srvCfgIface) in queryAndUpdateProperties()
533 srvCfgIface = server.add_interface(objPath, serviceConfigIntfName); in registerProperties()
561 srvCfgIface->register_property( in registerProperties()
572 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties()
574 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
576 srvCfgIface->set_property(srvCfgPropMasked, in registerProperties()
601 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in registerProperties()
602 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
610 srvCfgIface->register_property( in registerProperties()
626 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties()
628 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
660 srvCfgIface->register_property( in registerProperties()
676 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties()
678 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
710 srvCfgIface->initialize(); in registerProperties()