Searched refs:interestNotifiers (Results 1 – 1 of 1) sorted by relevance
1770 OSDictionary * interestNotifiers; member1816 inst->ivars->interestNotifiers = OSDictionary::withCapacity(4); in Create_Impl()1817 if (!inst->ivars->interestNotifiers) { in Create_Impl()1879 if (inst->ivars->interestNotifiers != NULL) { in Create_Impl()1880 …interest = (typeof(interest))inst->ivars->interestNotifiers->getObject((const OSSymbol *) newServi… in Create_Impl()1883 inst->ivars->interestNotifiers->removeObject((const OSSymbol *) newService); in Create_Impl()1897 inst->ivars->interestNotifiers->setObject((const OSSymbol *) newService, interest); in Create_Impl()1968 if (ivars->interestNotifiers) { in free()1976 savedInterestNotifiers = ivars->interestNotifiers; in free()1977 ivars->interestNotifiers = NULL; in free()