Searched refs:otherComponentBehavior (Results 1 – 1 of 1) sorted by relevance
276 const char* otherComponentBehavior = kPowerStateUntouched; in readOtherComponents() local279 if (pElement->QueryStringAttribute(kAttrBehavior, &otherComponentBehavior) != XML_SUCCESS) { in readOtherComponents()291 if (!strcmp(otherComponentBehavior, kPowerStateOn)) { in readOtherComponents()304 } else if (!strcmp(otherComponentBehavior, kPowerStateOff)) { in readOtherComponents()316 } else if (!strcmp(otherComponentBehavior, kPowerStateUntouched)) { in readOtherComponents()321 safePtrPrint(otherComponentBehavior), kAttrBehavior, in readOtherComponents()