Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp470 notificationRequest.ConvertJsonToBool(nullptr, jsonObject); in HWTEST_F()
496 notificationRequest.ConvertJsonToBool(target, jsonObject); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1453 static void ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp871 ConvertJsonToBool(pRequest, jsonObject); in FromJson()
2146 void NotificationRequest::ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &json… in ConvertJsonToBool() function in OHOS::Notification::NotificationRequest