Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp452 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(nullptr, jsonObject); in HWTEST_F()
478 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1127 …static bool ConvertJsonToNotificationFlags(NotificationRequest *target, const nlohmann::json &json…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp814 if (!ConvertJsonToNotificationFlags(pRequest, jsonObject)) { in FromJson()
1850 bool NotificationRequest::ConvertJsonToNotificationFlags( in ConvertJsonToNotificationFlags() function in OHOS::Notification::NotificationRequest