Searched refs:ConvertJsonToBool (Results 1 – 3 of 3) sorted by relevance
1264 static void ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject);
454 notificationRequest.ConvertJsonToBool(nullptr, jsonObject); in HWTEST_F()480 notificationRequest.ConvertJsonToBool(target, jsonObject); in HWTEST_F()
830 ConvertJsonToBool(pRequest, jsonObject); in FromJson()1834 void NotificationRequest::ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &json… in ConvertJsonToBool() function in OHOS::Notification::NotificationRequest