Home
last modified time | relevance | path

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

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