Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp474 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(nullptr, jsonObject); in HWTEST_F()
500 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(target, jsonObject); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1460 …static bool ConvertJsonToNotificationFlags(NotificationRequest *target, const nlohmann::json &json…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp911 if (!ConvertJsonToNotificationFlags(pRequest, jsonObject)) { in FromJson()
2307 bool NotificationRequest::ConvertJsonToNotificationFlags( in ConvertJsonToNotificationFlags() function in OHOS::Notification::NotificationRequest