Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp119 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h38 osType_(0) in DeviceProfile()
81 int32_t osType_; variable