Lines Matching refs:keyNames
963 keyNames = {} variable in EventNotifier
964 keyNames['event'] = 'event'
965 keyNames['path'] = 'path'
966 keyNames['intfMap'] = 'interfaces'
967 keyNames['propMap'] = 'properties'
968 keyNames['intf'] = 'interface'
1022 response[self.keyNames['event']] = "InterfacesAdded"
1023 response[self.keyNames['path']] = path
1024 response[self.keyNames['intfMap']] = iprops
1037 response[self.keyNames['event']] = "PropertiesChanged"
1038 response[self.keyNames['path']] = path
1039 response[self.keyNames['intf']] = interface
1040 response[self.keyNames['propMap']] = new