Home
last modified time | relevance | path

Searched refs:maxScreenWantAgentInfo_ (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp133 this->maxScreenWantAgentInfo_ = other.maxScreenWantAgentInfo_; in ReminderRequest()
669 maxScreenWantAgentInfo_ = maxScreenWantAgentInfo; in SetMaxScreenWantAgentInfo()
770 return maxScreenWantAgentInfo_; in GetMaxScreenWantAgentInfo()
951 "", maxScreenWantAgentInfo_->pkgName, maxScreenWantAgentInfo_->abilityName); in UpdateNotificationRequest()
995 if (!parcel.WriteString(maxScreenWantAgentInfo_->abilityName)) { in Marshalling()
999 if (!parcel.WriteString(maxScreenWantAgentInfo_->pkgName)) { in Marshalling()
1145 if (!parcel.ReadString(maxScreenWantAgentInfo_->abilityName)) { in ReadFromParcel()
1149 if (!parcel.ReadString(maxScreenWantAgentInfo_->pkgName)) { in ReadFromParcel()
1280 maxScreenWantAgentInfo_ = in InitServerObj()
1281maxScreenWantAgentInfo_ == nullptr ? std::make_shared<MaxScreenAgentInfo>() : maxScreenWantAgentIn… in InitServerObj()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h825 std::shared_ptr<MaxScreenAgentInfo> maxScreenWantAgentInfo_ = nullptr; variable
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp241 …reminderRequest->maxScreenWantAgentInfo_ = std::make_shared<ReminderRequest::MaxScreenAgentInfo>();