Searched refs:typeResult (Results 1 – 3 of 3) sorted by relevance
62 auto typeResult = currentValues_.find("type"); in ProcessElement() local63 if (typeResult != currentValues_.end()) { in ProcessElement()64 type = typeResult->second.units.c_str(); in ProcessElement()99 typeResult = resourceValues.find(key); in ProcessElement()100 if (typeResult == resourceValues.end()) { in ProcessElement()103 typeResult->second.value += sizeResult->second.value; in ProcessElement()104 typeResult->second.count++; in ProcessElement()
226 UDType typeResult; variable236 TLVUtil::ReadTlv(typeResult, tlvObject, TAG::TAG_UD_TYPE);237 EXPECT_EQ(type, typeResult);
605 int32_t typeResult = 0; in GetOsAccountType() local606 if (!reply.ReadInt32(typeResult)) { in GetOsAccountType()610 type = static_cast<OsAccountType>(typeResult); in GetOsAccountType()