Searched refs:newSystemInfo (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1166 OSArray * newSystemInfo = OSArray::withArray(self->systemInfo); local
1167 if ( newSystemInfo )
1169 AppendNewNXSystemInfoForService(newSystemInfo, newService);
1170 self->setProperty(kNXSystemInfoKey, newSystemInfo);
1172 self->systemInfo = newSystemInfo;
1187 OSArray * newSystemInfo = NULL; local
1207 newSystemInfo = OSArray::withArray(self->systemInfo);
1208 if ( newSystemInfo )
1210 RemoveNXSystemInfoForService(newSystemInfo, service);
1211 self->setProperty(kNXSystemInfoKey, newSystemInfo);
[all...]

Completed in 187 milliseconds