Searched refs:ConvertJsonToNum (Results 1 – 3 of 3) sorted by relevance
1260 static void ConvertJsonToNum(NotificationRequest *target, const nlohmann::json &jsonObject);
448 notificationRequest.ConvertJsonToNum(nullptr, jsonObject); in HWTEST_F()451 notificationRequest.ConvertJsonToNum(target, jsonObject); in HWTEST_F()
824 ConvertJsonToNum(pRequest, jsonObject); in FromJson()1726 void NotificationRequest::ConvertJsonToNum(NotificationRequest *target, const nlohmann::json &jsonO… in ConvertJsonToNum() function in OHOS::Notification::NotificationRequest