Home
last modified time | relevance | path

Searched refs:sourceType_ (Results 1 – 4 of 4) sorted by relevance

/base/location/frameworks/location_common/common/source/
Dlocation.cpp40 sourceType_ = 0; in Location()
58 sourceType_ = location.GetSourceType(); in Location()
76 sourceType_ = parcel.ReadInt32(); in ReadFromParcel()
108 parcel.WriteInt32(sourceType_) && in Marshalling()
126 ", sourceType : " + std::to_string(sourceType_) + in ToString()
/base/location/interfaces/inner_api/include/
Dlocation.h141 return sourceType_; in GetSourceType()
146 sourceType_ = sourceType; in SetSourceType()
186 int32_t sourceType_; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp56 sourceType_ = other.sourceType_; in Notification()
208 return sourceType_; in GetSourceType()
288 if (!parcel.WriteInt32(static_cast<int32_t>(sourceType_))) { in MarshallingInt32()
383 sourceType_ = static_cast<NotificationConstant::SourceType>(parcel.ReadInt32()); in ReadFromParcelInt32()
486 sourceType_ = sourceType; in SetSourceType()
502 ", sourceType = " + std::to_string(static_cast<int32_t>(sourceType_)) + in Dump()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h284 NotificationConstant::SourceType sourceType_ {NotificationConstant::SourceType::TYPE_NORMAL};