Lines Matching refs:OSDictionary
163 OSDictionary * fWorkGroups;
164 OSDictionary * fEventLinks;
171 virtual bool init( OSDictionary * dictionary ) APPLE_KEXT_OVERRIDE;
463 OSDictionary * eventPayload) in CoreAnalyticsSendEvent_Impl()
521 OSDictionary * properties) in SetProperties_Impl()
524 OSDictionary * dict; in SetProperties_Impl()
528 dict = OSDynamicCast(OSDictionary, properties); in SetProperties_Impl()
547 OSDictionary * userProps; in SetProperties_Impl()
550 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in SetProperties_Impl()
554 userProps = OSDictionary::withCapacity(4); in SetProperties_Impl()
589 OSDictionary * userProps; in RemoveProperty_Impl()
590 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in RemoveProperty_Impl()
592 userProps = (OSDictionary *)userProps->copyCollection(); in RemoveProperty_Impl()
610 OSDictionary ** properties) in CopyProperties_Local()
612 OSDictionary * props; in CopyProperties_Local()
613 OSDictionary * userProps; in CopyProperties_Local()
616 userProps = OSDynamicCast(OSDictionary, props->getObject(gIOUserServicePropertiesKey)); in CopyProperties_Local()
629 OSDictionary ** properties) in CopyProperties_Impl()
1770 OSDictionary * interestNotifiers;
1777 OSDictionary * matching, in Create_Impl()
1816 inst->ivars->interestNotifiers = OSDictionary::withCapacity(4); in Create_Impl()
1969 OSDictionary * savedInterestNotifiers = NULL; in free()
2073 OSDictionary *
2074 IOService::CreatePropertyMatchingDictionary(const char * key, OSObjectPtr value, OSDictionary * mat… in CreatePropertyMatchingDictionary()
2076 OSDictionary * result; in CreatePropertyMatchingDictionary()
2086 OSDictionary *
2087 …eatePropertyMatchingDictionary(const char * key, const char * stringValue, OSDictionary * matching) in CreatePropertyMatchingDictionary()
2089 OSDictionary * result; in CreatePropertyMatchingDictionary()
2099 OSDictionary *
2100 IOService::CreateKernelClassMatchingDictionary(OSString * className, OSDictionary * matching) in CreateKernelClassMatchingDictionary()
2106 matching = OSDictionary::withCapacity(2); in CreateKernelClassMatchingDictionary()
2116 OSDictionary *
2117 IOService::CreateKernelClassMatchingDictionary(const char * className, OSDictionary * matching) in CreateKernelClassMatchingDictionary()
2119 OSDictionary * result; in CreateKernelClassMatchingDictionary()
2129 OSDictionary *
2130 IOService::CreateUserClassMatchingDictionary(OSString * className, OSDictionary * matching) in CreateUserClassMatchingDictionary()
2135 OSDictionary *
2136 IOService::CreateUserClassMatchingDictionary(const char * className, OSDictionary * matching) in CreateUserClassMatchingDictionary()
2141 OSDictionary *
2142 IOService::CreateNameMatchingDictionary(OSString * serviceName, OSDictionary * matching) in CreateNameMatchingDictionary()
2148 matching = OSDictionary::withCapacity(2); in CreateNameMatchingDictionary()
2158 OSDictionary *
2159 IOService::CreateNameMatchingDictionary(const char * serviceName, OSDictionary * matching) in CreateNameMatchingDictionary()
2161 OSDictionary * result; in CreateNameMatchingDictionary()
2637 OSDictionary * entitlements, OSObject * prop, in checkEntitlements()
2640 OSDictionary * matching; in checkEntitlements()
4164 inst->fClasses = OSDictionary::withCapacity(16); in OSDefineMetaClassAndStructors()
4694 uint32_t type, OSDictionary * properties, IOUserClient ** handler) in serviceNewUserClient()
4699 OSDictionary * entitlements; in serviceNewUserClient()
4706 entitlements = OSDictionary::withCapacity(8); in serviceNewUserClient()
4835 uint32_t type, OSDictionary * properties, OSSharedPtr<IOUserClient>& handler) in serviceNewUserClient()
4886 OSDictionary * props; in serviceJoinPMTree()
4967 OSDictionary * wakeDescription; in serviceSetPowerState()
4971 wakeDescription = OSDictionary::withCapacity(4); in serviceSetPowerState()
5198 OSDictionary * properties = NULL; in Create_Impl()
5199 OSDictionary * copyProperties = NULL; in Create_Impl()
5211 properties = OSDynamicCast(OSDictionary, prop); in Create_Impl()
5216 copyProperties = OSDynamicCast(OSDictionary, properties->copyCollection()); in Create_Impl()
5291 OSDictionary * entitlements, in _NewUserClient_Impl()
5319 OSDictionary * userProps; in SearchProperty_Impl()
5322 …&& (userProps = OSDynamicCast(OSDictionary, provider->getProperty(gIOUserServicePropertiesKey)))) { in SearchProperty_Impl()
5377 OSDictionary * props; in CopyProviderProperties_Impl()
5380 props = OSDynamicCast(OSDictionary, obj); in CopyProviderProperties_Impl()
5392 OSDictionary * retProps; in CopyProviderProperties_Impl()
5393 retProps = OSDictionary::withCapacity(4); in CopyProviderProperties_Impl()
5458 OSDictionary * sleepDescription; in systemPower()
5461 sleepDescription = OSDictionary::withCapacity(4); in systemPower()
5563 OSDictionary * haltDescription; in systemHalt()
5567 haltDescription = OSDictionary::withCapacity(4); in systemHalt()
5622 OSDictionary * powerSourceDescription; in powerSourceChanged()
5624 powerSourceDescription = OSDictionary::withCapacity(4); in powerSourceChanged()
5932 IOUserUserClient::init(OSDictionary * properties) in OSDefineMetaClassAndStructors()
5938 fWorkGroups = OSDictionary::withCapacity(0); in OSDefineMetaClassAndStructors()
5943 fEventLinks = OSDictionary::withCapacity(0); in OSDefineMetaClassAndStructors()
6164 IOUserClient::CopyClientEntitlements_Impl(OSDictionary ** entitlements) in CopyClientEntitlements_Impl()
6531 OSDictionary * matching = NULL; // must release in launchUserServer()
6987 OSDictionary * fSchema;
6988 OSDictionary * fValue;
7031 OSDictionary * fItems;
7045 vars->fItems = OSDictionary::withCapacity(16); in initialize()
7085 OSDictionary * result; in serializeProperties()
7087 result = OSDictionary::withCapacity(16); in serializeProperties()
7112 OSDictionary * dict; in setProperties()
7113 OSDictionary * schema; in setProperties()
7114 OSDictionary * value; in setProperties()
7117 dict = OSDynamicCast(OSDictionary, properties); in setProperties()
7126 if ((schema = OSDynamicCast(OSDictionary, dict->getObject(kIOStateNotificationItemCreateKey)))) { in setProperties()
7129 …} else if ((value = OSDynamicCast(OSDictionary, dict->getObject(kIOStateNotificationItemSetKey))))… in setProperties()
7155 IOService::stateNotificationItemCopy(OSString * itemName, OSDictionary * schema) in stateNotificationItemCopy()
7175 schema = OSDictionary::withCapacity(8); in stateNotificationItemCopy()
7189 IOService::StateNotificationItemCreate_Impl(OSString * itemName, OSDictionary * schema) in StateNotificationItemCreate_Impl()
7203 IOService::StateNotificationItemSet_Impl(OSString * itemName, OSDictionary * value) in StateNotificationItemSet_Impl()
7236 IOService::StateNotificationItemCopy_Impl(OSString * itemName, OSDictionary ** outValue) in StateNotificationItemCopy_Impl()
7242 OSDictionary * value; in StateNotificationItemCopy_Impl()