Searched refs:ConvertJsonToBool (Results 1 – 3 of 3) sorted by relevance
470 notificationRequest.ConvertJsonToBool(nullptr, jsonObject); in HWTEST_F()496 notificationRequest.ConvertJsonToBool(target, jsonObject); in HWTEST_F()
1453 static void ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject);
871 ConvertJsonToBool(pRequest, jsonObject); in FromJson()2146 void NotificationRequest::ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &json… in ConvertJsonToBool() function in OHOS::Notification::NotificationRequest