Home
last modified time | relevance | path

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

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