Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1264 static void ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp454 notificationRequest.ConvertJsonToBool(nullptr, jsonObject); in HWTEST_F()
480 notificationRequest.ConvertJsonToBool(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp830 ConvertJsonToBool(pRequest, jsonObject); in FromJson()
1834 void NotificationRequest::ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &json… in ConvertJsonToBool() function in OHOS::Notification::NotificationRequest