Searched refs:sourceType_ (Results 1 – 4 of 4) sorted by relevance
40 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()
141 return sourceType_; in GetSourceType()146 sourceType_ = sourceType; in SetSourceType()186 int32_t sourceType_; variable
56 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()
284 NotificationConstant::SourceType sourceType_ {NotificationConstant::SourceType::TYPE_NORMAL};