Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp99 return osApiLevel_; in GetOsApiLevel()
104 osApiLevel_ = osApiLevel; in SetOsApiLevel()
147 WRITE_HELPER_RET(parcel, Int32, osApiLevel_, false); in Marshalling()
163 READ_HELPER_RET(parcel, Int32, osApiLevel_, false); in UnMarshalling()
175osApiLevel_ != deviceProfile.GetOsApiLevel() || osVersion_ != deviceProfile.GetOsVersion() || osTy… in operator !=()
199 cJSON_AddNumberToObject(json, OS_API_LEVEL.c_str(), osApiLevel_); in dump()
232 ProfileUtils::GetAnonyString(std::to_string(osApiLevel_)).c_str()); in AnnoymizeDump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h36 osApiLevel_(0), in DeviceProfile()
79 int32_t osApiLevel_; variable