Searched refs:otherComponentBehavior (Results 1 – 1 of 1) sorted by relevance
211 const char* otherComponentBehavior = kPowerStateUntouched; in readOtherComponents() local214 if (pElement->QueryStringAttribute(kAttrBehavior, &otherComponentBehavior) != XML_SUCCESS) { in readOtherComponents()219 if (!strcmp(otherComponentBehavior, kPowerStateOn)) { in readOtherComponents()226 } else if (!strcmp(otherComponentBehavior, kPowerStateOff)) { in readOtherComponents()233 } else if (!strcmp(otherComponentBehavior, kPowerStateUntouched)) { in readOtherComponents()238 safePtrPrint(otherComponentBehavior), kAttrBehavior, in readOtherComponents()