Home
last modified time | relevance | path

Searched defs:pButton (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_local_live_view_content.cpp220 …auto pButton = NotificationJsonConverter::ConvertFromJson<NotificationLocalLiveViewButton>(buttonO… in FromJson() local
232 … auto pButton = NotificationJsonConverter::ConvertFromJson<NotificationIconButton>(cardBtnObject); in FromJson() local
363 auto pButton = parcel.ReadParcelable<NotificationLocalLiveViewButton>(); in ReadFromParcel() local
Dnotification_action_button.cpp243 auto pButton = new (std::nothrow) NotificationActionButton(); in FromJson() local
282 auto pButton = new (std::nothrow) NotificationActionButton(); in ConvertNotificationActionButton() local
394 auto pButton = new (std::nothrow) NotificationActionButton(); in Unmarshalling() local
Dnotification_capsule.cpp163 … auto pButton = NotificationJsonConverter::ConvertFromJson<NotificationIconButton>(cardBtnObject); in FromJson() local