Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1268 …static bool ConvertJsonToNotificationActionButton(NotificationRequest *target, const nlohmann::jso…
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp457 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(nullptr, jsonObject); in HWTEST_F()
483 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp843 if (!ConvertJsonToNotificationActionButton(pRequest, jsonObject)) { in FromJson()
1942 bool NotificationRequest::ConvertJsonToNotificationActionButton( in ConvertJsonToNotificationActionButton() function in OHOS::Notification::NotificationRequest