Home
last modified time | relevance | path

Searched refs:otherComponentBehavior (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp211 const char* otherComponentBehavior = kPowerStateUntouched; in readOtherComponents() local
214 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()