Lines Matching refs:l_method
58 auto l_method = in readDbusProperty() local
61 l_method.append(i_interface, i_property); in readDbusProperty()
63 auto result = l_bus.call(l_method); in readDbusProperty()
106 auto l_method = in getPropertyMap() local
109 l_method.append(i_interface); in getPropertyMap()
110 auto l_result = l_bus.call(l_method); in getPropertyMap()
207 auto l_method = l_bus.new_method_call( in readKeywordFromHardware() local
211 l_method.append(i_eepromPath, i_paramsToReadData); in readKeywordFromHardware()
212 auto l_result = l_bus.call(l_method); in readKeywordFromHardware()
331 auto l_method = l_bus.new_method_call( in writeKeyword() local
335 l_method.append(i_vpdPath, i_paramsToWriteData); in writeKeyword()
336 auto l_result = l_bus.call(l_method); in writeKeyword()
370 auto l_method = l_bus.new_method_call( in writeKeywordOnHardware() local
374 l_method.append(i_eepromPath, i_paramsToWriteData); in writeKeywordOnHardware()
375 auto l_result = l_bus.call(l_method); in writeKeywordOnHardware()
527 auto l_method = l_bus.new_method_call( in GetServiceInterfacesForObject() local
531 l_method.append(i_objectPath, i_constrainingInterfaces); in GetServiceInterfacesForObject()
533 auto l_result = l_bus.call(l_method); in GetServiceInterfacesForObject()
569 auto l_method = l_bus.new_method_call( local
573 l_method.append(i_objectPath, i_depth, i_constrainingInterfaces);
575 auto l_result = l_bus.call(l_method);
889 auto l_method = l_bus.new_method_call( in isServiceRunning() local
892 l_method.append(i_serviceName); in isServiceRunning()
894 l_bus.call(l_method).read(l_retVal); in isServiceRunning()
927 auto l_method = l_bus.new_method_call( in biosGetAttributeMethodCall() local
930 l_method.append(i_attributeName); in biosGetAttributeMethodCall()
932 auto l_result = l_bus.call(l_method); in biosGetAttributeMethodCall()