Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc131 bool boolVal; member
608 attrVal->boolVal = data->value.boolean; in decodeSnsStdAttrValue()
650 if (!data->attrArg.boolVal) { in decodeSnsStrAttr()
652 data->attrArg.boolVal); in decodeSnsStrAttr()
665 attrData->passiveRequest = data->attrArg.boolVal; in decodeSnsStrAttr()
/system/incremental_delivery/incfs/
Dincfs.cpp141 auto boolVal = ab::ParseBool(property); in parseProperty() local
142 if (boolVal == ab::ParseBoolResult::kTrue) { in parseProperty()
145 if (boolVal == ab::ParseBoolResult::kFalse) { in parseProperty()