Lines Matching refs:thisIs

848     OSL_ASSERT(thisIs(IS_ANY));  in getTypes()
897 OSL_ASSERT(thisIs(IS_ANY)); in getImplementationId()
905 OSL_ASSERT(thisIs(IS_ANY)); in getImplementationName()
915 OSL_ASSERT(thisIs(IS_ANY)); in supportsService()
930 OSL_ASSERT(thisIs(IS_ANY)); in getSupportedServiceNames()
992 OSL_ASSERT(thisIs(IS_ANY)); in dispose()
1018 OSL_ASSERT(thisIs(IS_ANY)); in addEventListener()
1042 OSL_ASSERT(thisIs(IS_ANY)); in removeEventListener()
1052 OSL_ASSERT(thisIs(IS_ANY)); in getElementType()
1076 OSL_ASSERT(thisIs(IS_ANY)); in hasElements()
1087 OSL_ASSERT(thisIs(IS_ANY)); in getByName()
1101 OSL_ASSERT(thisIs(IS_ANY)); in getElementNames()
1118 OSL_ASSERT(thisIs(IS_ANY)); in hasByName()
1127 OSL_ASSERT(thisIs(IS_ANY)); in getByHierarchicalName()
1141 OSL_ASSERT(thisIs(IS_ANY)); in hasByHierarchicalName()
1151 OSL_ASSERT(thisIs(IS_ANY)); in addContainerListener()
1175 OSL_ASSERT(thisIs(IS_ANY)); in removeContainerListener()
1187 OSL_ASSERT(thisIs(IS_ANY)); in getExactName()
1196 OSL_ASSERT(thisIs(IS_GROUP)); in getProperties()
1212 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByName()
1225 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByName()
1231 OSL_ASSERT(thisIs(IS_ANY)); in getHierarchicalName()
1255 OSL_ASSERT(thisIs(IS_ANY)); in composeHierarchicalName()
1275 OSL_ASSERT(thisIs(IS_ANY)); in getName()
1284 OSL_ASSERT(thisIs(IS_ANY)); in setName()
1350 OSL_ASSERT(thisIs(IS_ANY)); in getAsProperty()
1359 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertySetInfo()
1370 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValue()
1396 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValue()
1414 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertyChangeListener()
1442 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertyChangeListener()
1466 OSL_ASSERT(thisIs(IS_GROUP)); in addVetoableChangeListener()
1495 OSL_ASSERT(thisIs(IS_GROUP)); in removeVetoableChangeListener()
1518 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValues()
1557 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValues()
1581 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertiesChangeListener()
1605 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertiesChangeListener()
1620 OSL_ASSERT(thisIs(IS_GROUP)); in firePropertiesChangeEvent()
1634 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertySetInfo()
1646 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValue()
1680 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValue()
1698 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValues()
1744 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValues()
1768 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByHierarchicalName()
1782 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByHierarchicalName()
1794 OSL_ASSERT(thisIs(IS_UPDATE)); in replaceByName()
1838 OSL_ASSERT(thisIs(IS_EXTENSIBLE|IS_UPDATE)); in insertByName()
1888 OSL_ASSERT(thisIs(IS_EXTENSIBLE|IS_UPDATE)); in removeByName()
1923 OSL_ASSERT(thisIs(IS_SET|IS_UPDATE)); in createInstance()
1944 OSL_ASSERT(thisIs(IS_SET|IS_UPDATE)); in createInstanceWithArguments()
2222 bool Access::thisIs(int what) { in thisIs() function in configmgr::Access