Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp473 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(nullptr, jsonObject); in HWTEST_F()
499 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(target, jsonObject); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1457 …static bool ConvertJsonToNotificationActionButton(NotificationRequest *target, const nlohmann::jso…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp889 if (!ConvertJsonToNotificationActionButton(pRequest, jsonObject)) { in FromJson()
2254 bool NotificationRequest::ConvertJsonToNotificationActionButton( in ConvertJsonToNotificationActionButton() function in OHOS::Notification::NotificationRequest