Lines Matching full:serviceinterface
11 serviceInterface = sensor["serviceInterface"]
12 if serviceInterface == "org.freedesktop.DBus.Properties":
15 elif serviceInterface == "xyz.openbmc_project.Inventory.Manager":
19 assert "Un-supported interface: " + serviceInterface
21 if serviceInterface not in interfaceDict:
22 interfaceDict[serviceInterface] = {}
23 interfaceDict[serviceInterface]["updateFunc"] = updateFunc
24 interfaceDict[serviceInterface]["getFunc"] = getFunc
43 serviceInterface = sensor["serviceInterface"]
57 updateFunc = interfaceDict[serviceInterface]["updateFunc"]
59 getFunc = interfaceDict[serviceInterface]["getFunc"]
77 sensorInterface = serviceInterface
78 if serviceInterface == "org.freedesktop.DBus.Properties":