Searched refs:osType_ (Results 1 – 2 of 2) sorted by relevance
119 return osType_; in GetOsType()124 osType_ = osType; in SetOsType()149 WRITE_HELPER_RET(parcel, Int32, osType_, false); in Marshalling()165 READ_HELPER_RET(parcel, Int32, osType_, false); in UnMarshalling()175 …Level_ != deviceProfile.GetOsApiLevel() || osVersion_ != deviceProfile.GetOsVersion() || osType_ != in operator !=()201 cJSON_AddNumberToObject(json, OS_TYPE.c_str(), osType_); in dump()236 ProfileUtils::GetAnonyString(std::to_string(osType_)).c_str()); in AnnoymizeDump()
38 osType_(0) in DeviceProfile()81 int32_t osType_; variable